| SharpLeaf Reference > FontType Structure FontType StructureFont attributes (name, size, style, color, interline). public class FontType 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 Properties| Color | 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 Methods| Clone | Take a deep copy of a Font definition |  | ToString | Readable summary of FontType detail |  |  | 
 See alsoFont Glossary | ParagraphStyle.Font | Table.SetCellFont | TextBlock.Font
 RequirementsNamespace: Causeway Assembly: SharpPlot (in sharpplot.dll) 
 Send comments on this topic© Dyalog Ltd 2021
 |