Class TrueTypeFontImporter
Inheritance
TrueTypeFontImporter
Assembly: UnityEditor.dll
Syntax
public sealed class TrueTypeFontImporter : AssetImporter
Properties
ascentCalculationMode
Declaration
public AscentCalculationMode ascentCalculationMode { get; set; }
Property Value
characterPadding
Declaration
public int characterPadding { get; set; }
Property Value
characterSpacing
Declaration
public int characterSpacing { get; set; }
Property Value
customCharacters
Declaration
public string customCharacters { get; set; }
Property Value
fontNames
Declaration
public string[] fontNames { get; set; }
Property Value
fontReferences
Declaration
public Font[] fontReferences { get; set; }
Property Value
fontRenderingMode
Declaration
public FontRenderingMode fontRenderingMode { get; set; }
Property Value
fontSize
Declaration
public int fontSize { get; set; }
Property Value
fontTextureCase
Declaration
public FontTextureCase fontTextureCase { get; set; }
Property Value
fontTTFName
Declaration
public string fontTTFName { get; }
Property Value
includeFontData
Declaration
public bool includeFontData { get; set; }
Property Value
shouldRoundAdvanceValue
Declaration
public bool shouldRoundAdvanceValue { get; set; }
Property Value
Methods
GenerateEditableFont(String)
Declaration
public Font GenerateEditableFont(string path)
Parameters
Type |
Name |
Description |
String |
path |
|
Returns
Extension Methods