Enum FontProperties
Defines the font properties that can be applied to the GraphicBlock. Font(string, string)
public enum FontProperties
Fields
Bold = 3
Toggles between a bold typeface and normal.
Color = 2
Color of font to use.
Italic = 4
Toggles between the use of italics and normal.
Name = 0
Changes the current typeface.
Rotate = 7
Performs a rotation on the font, although this does not work for all fonts.
Size = 1
Size of font to use.
Strikeout = 6
Toggles between having text striked out and normal.
Underline = 5
Toggles between using underline and normal.