Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | List of all members
TMPro.TMP_FontUtilities Class Reference

Static Public Member Functions

static TMP_FontAsset SearchForGlyph (TMP_FontAsset font, int character, out TMP_Glyph glyph)
 Search through the given font and its fallbacks for the specified character. More...
 
static TMP_FontAsset SearchForGlyph (List< TMP_FontAsset > fonts, int character, out TMP_Glyph glyph)
 Search through the given list of fonts and their possible fallbacks for the specified character. More...
 

Member Function Documentation

static TMP_FontAsset TMPro.TMP_FontUtilities.SearchForGlyph ( TMP_FontAsset  font,
int  character,
out TMP_Glyph  glyph 
)
inlinestatic

Search through the given font and its fallbacks for the specified character.

Parameters
fontThe font asset to search for the given character.
characterThe character to find.
glyphout parameter containing the glyph for the specified character (if found).
Returns
static TMP_FontAsset TMPro.TMP_FontUtilities.SearchForGlyph ( List< TMP_FontAsset fonts,
int  character,
out TMP_Glyph  glyph 
)
inlinestatic

Search through the given list of fonts and their possible fallbacks for the specified character.

Parameters
fonts
character
glyph
Returns

The documentation for this class was generated from the following file: