Click or drag to resize

BitmapFontGetGlyph Method

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override bool GetGlyph(
	char ch,
	GlyphInfo glyph
)

Parameters

ch
Type: SystemChar
glyph
Type: FairyGUIGlyphInfo

Return Value

Type: Boolean
See Also