| SharpLeaf Reference > FontType Structure > FontType Constructor >   (String,Double,FontStyle,Color,Double) FontType Constructor  (String,Double,FontStyle,Color,Double)Define a font with specific interline. public FontType(
    string fontName,
    double fontSize,
    FontStyle fontStyle,
    Color fontColor,
    double fontInter
);
fontNameFont face identifier (see Name property).
fontSizeFont size, in points.
fontStyleFontStyle decoration : Regular (default), or combinations of Bold, Italic, Underline and Strikeout.
fontColorFont color – default to black.
fontInterFont interline – defaults to -0.2, that is a relative interline of 20% of the font size.
 See also ...FontType.Members | FontType.FontType Constructor 
 Send comments on this topic© Dyalog Ltd 2021
 |