Click or drag to resize
BaseFontGetGlyphSize Method

Namespace: FairyGUI
Assembly: FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual bool GetGlyphSize(
	char ch,
	out int width,
	out int height
)

Parameters

ch
Type: SystemChar
width
Type: SystemInt32
height
Type: SystemInt32

Return Value

Type: Boolean
See Also