SharpLeaf Reference > FontType Structure > FontType Constructor > (String,Double,FontStyle) FontType Constructor (String,Double,FontStyle)
Define a black font with decoration and default interline.
public FontType(
string fontName,
double fontSize,
FontStyle fontStyle
);
-
fontName
- Font face identifier (see Name property).
-
fontSize
- Font size, in points.
-
fontStyle
- FontStyle decoration : Regular (default), or combinations of Bold, Italic, Underline and Strikeout.
See also ...FontType.Members | FontType.FontType Constructor
Send comments on this topic © Dyalog Ltd 2021
|