Font.GetCharacterInfo Method

Gets character information for the specified character.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public CharInfo GetCharacterInfo(
	char ch
)

Parameters

ch

Type: System.Char

Return Value

A CharInfo instance containing character information.

See Also

Reference