Show / Hide Table of Contents

Class TMP_FontAsset

Inheritance
object
Object
ScriptableObject
TMP_Asset
TMP_FontAsset
TMP_FontAsset
Inherited Members
TMP_FontAsset.fontAssetType
TMP_FontAsset.atlas
TMP_FontAsset.fallbackFontAssets
TMP_FontAsset.fontCreationSettings
TMP_FontAsset.fontWeights
TMP_FontAsset.normalStyle
TMP_FontAsset.normalSpacingOffset
TMP_FontAsset.boldStyle
TMP_FontAsset.boldSpacing
TMP_FontAsset.italicStyle
TMP_FontAsset.tabSize
TMP_FontAsset.defaultFontAsset
TMP_FontAsset.fontInfo
TMP_FontAsset.characterDictionary
TMP_FontAsset.kerningDictionary
TMP_FontAsset.kerningInfo
TMP_FontAsset.AddFaceInfo(FaceInfo)
TMP_FontAsset.AddGlyphInfo(TMP_Glyph[])
TMP_FontAsset.AddKerningInfo(KerningTable)
TMP_FontAsset.ReadFontDefinition()
TMP_FontAsset.SortGlyphs()
TMP_FontAsset.HasCharacter(int)
TMP_FontAsset.HasCharacter(char)
TMP_FontAsset.HasCharacter(char, bool)
TMP_FontAsset.HasCharacters(string, out List<char>)
TMP_FontAsset.HasCharacters(string)
TMP_FontAsset.GetCharacters(TMP_FontAsset)
TMP_FontAsset.GetCharactersArray(TMP_FontAsset)
TMP_Asset.hashCode
TMP_Asset.material
TMP_Asset.materialHashCode
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance(string)
ScriptableObject.CreateInstance(Type)
ScriptableObject.CreateInstance<T>()
Namespace: WeaverCore.Assets.TMPro
Assembly: WeaverCore.dll
Syntax
public class TMP_FontAsset : TMP_FontAsset

Fields

| Edit this page View Source

FontReplaced

Declaration
[NonSerialized]
public bool FontReplaced
Field Value
Type Description
bool

Methods

| Edit this page View Source

RefreshAtlas()

Declaration
public Texture2D RefreshAtlas()
Returns
Type Description
Texture2D
| Edit this page View Source

RefreshMaterial()

Declaration
public Material RefreshMaterial()
Returns
Type Description
Material

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾