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