Enum IFont.Sizes
The size options of a font.
Namespace: SadConsole
Assembly: SadConsole.dll
Syntax
public enum IFont.Sizes
Fields
Name | Description |
---|---|
Four | Four times the size of the font. (Original Width and Height * 4.0) |
Half | Half the size of the font. (Original Width and Height * 0.50) |
One | Exact size of the font. (Original Width and Height * 1.0) |
Quarter | One quater the size of the font. (Original Width and Height * 0.25) |
Three | Three times the size of the font. (Original Width and Height * 3.0) |
Two | Two times the size of the font. (Original Width and Height * 2.0) |