Gets or sets raw font information to be used for displaying text.

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public FontInfo FontInfo { get; set; }
Visual Basic
Public Property FontInfo As FontInfo
	Get
	Set

Property Value

Type: FontInfo

Implements

IUserInterface..::..FontInfo

See Also