Click or drag to resize

DynamicFontGetGlyphSize Method

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

Parameters

ch
Type: SystemChar
width
Type: SystemSingle
height
Type: SystemSingle

Return Value

Type: Boolean
See Also