Show / Hide Table of Contents

Class FontExtensions

Inheritance
System.Object
FontExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class FontExtensions

Methods

| Improve this Doc View Source

GetDefaultStyle(IFont)

Declaration
public static FontStyle GetDefaultStyle(this IFont font)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_128.IFont font
Returns
Type Description
AssetRipper.SourceGenerated.Enums.FontStyle
| Improve this Doc View Source

GetFontExtension(IFont)

Declaration
public static string GetFontExtension(this IFont font)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_128.IFont font
Returns
Type Description
System.String
| Improve this Doc View Source

GetFontRenderingMode(IFont)

Declaration
public static FontRenderingMode GetFontRenderingMode(this IFont font)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_128.IFont font
Returns
Type Description
AssetRipper.SourceGenerated.Enums.FontRenderingMode
| Improve this Doc View Source

TryGetFontMaterial(IFont, out IMaterial)

Font Material is an automatically generated material for each font.

Declaration
public static bool TryGetFontMaterial(this IFont font, out IMaterial fontMaterial)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_128.IFont font
AssetRipper.SourceGenerated.Classes.ClassID_21.IMaterial fontMaterial
Returns
Type Description
System.Boolean
| Improve this Doc View Source

TryGetFontTexture(IFont, out ITexture)

Font Texture is an automatically generated texture for each font.

Declaration
public static bool TryGetFontTexture(this IFont font, out ITexture fontTexture)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Classes.ClassID_128.IFont font
AssetRipper.SourceGenerated.Classes.ClassID_27.ITexture fontTexture
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾