Skip to content

IFont.Sizes Enum

The size options of a font.

C#
public enum IFont.Sizes

One quater the size of the font. (Original Width and Height * 0.25)

C#
Quarter = 0

Half the size of the font. (Original Width and Height * 0.50)

C#
Half = 1

Exact size of the font. (Original Width and Height * 1.0)

C#
One = 2

Two times the size of the font. (Original Width and Height * 2.0)

C#
Two = 3

Three times the size of the font. (Original Width and Height * 3.0)

C#
Three = 4

Four times the size of the font. (Original Width and Height * 4.0)

C#
Four = 5