Show / Hide Table of Contents

Class TMP_FontUtilities

Inheritance
object
TMP_FontUtilities
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
public static class TMP_FontUtilities

Methods

| Edit this page View Source

SearchForGlyph(List<TMP_FontAsset>, int, out TMP_Glyph)

Declaration
public static TMP_FontAsset SearchForGlyph(List<TMP_FontAsset> fonts, int character, out TMP_Glyph glyph)
Parameters
Type Name Description
List<TMP_FontAsset> fonts
int character
TMP_Glyph glyph
Returns
Type Description
TMP_FontAsset
| Edit this page View Source

SearchForGlyph(TMP_FontAsset, int, out TMP_Glyph)

Declaration
public static TMP_FontAsset SearchForGlyph(TMP_FontAsset font, int character, out TMP_Glyph glyph)
Parameters
Type Name Description
TMP_FontAsset font
int character
TMP_Glyph glyph
Returns
Type Description
TMP_FontAsset
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾