SharpLeaf Reference > FontType Structure > Members FontType.Members
Constructors
- public FontType();
- public FontType(string fontName, double fontSize);
- public FontType(string fontName, double fontSize, FontStyle fontStyle) ;
- public FontType(string fontName, double fontSize, FontStyle fontStyle, Color fontColor) ;
- public FontType(string fontName, double fontSize, FontStyle fontStyle, Color fontColor, double fontInter) ;
- public FontType(string fontName,double fontSize,FontStyle fontStyle,Color fontColor,double fontInter,string fontPS);
FontType Instance PropertiesColor | Font color | Interline | Height of blank space in-between lines : absolute in points if positive, relative to font size if negative | Name | Font face name | Pitch | Height between lines of text (font size + absolute interline) (ReadOnly) | PostscriptName | PostScript-specific font name | Size | Font size in points | Style | Font style (Regular, Bold, Italic, Underline, Strikethrough) |
FontType MethodsClone | Take a deep copy of a Font definition | ToString | Readable summary of FontType detail | |
RequirementsNamespace: Causeway Assembly: SharpPlot (in sharpplot.dll)
Send comments on this topic © Dyalog Ltd 2021
|