Enum FastFontStyle
Namespace: FastReport.Olap
Assembly: FastCube.Core.dll
Style for fast font, gdi compatible.
[Flags]
public enum FastFontStyle
Fields
Bold = 1
Bold.
Italic = 2
Italic.
Regular = 0
Regular.
Strikeout = 8
Strikeout.
Underline = 4
Underline.