IFont.Sizes Enum
Definition
Section titled “Definition”The size options of a font.
public enum IFont.SizesFields
Section titled “Fields”Quarter
Section titled “Quarter”One quater the size of the font. (Original Width and Height * 0.25)
Quarter = 0Half the size of the font. (Original Width and Height * 0.50)
Half = 1Exact size of the font. (Original Width and Height * 1.0)
One = 2Two times the size of the font. (Original Width and Height * 2.0)
Two = 3Three times the size of the font. (Original Width and Height * 3.0)
Three = 4Four times the size of the font. (Original Width and Height * 4.0)
Four = 5