ImageSharpTextFont Class Properties
In This Topic
For a list of all properties of this type, see
ImageSharpTextFont.
Public Properties
| | Name | Description |
 | IsBold | Gets a value indicating whether this font is bold. |
 | IsItalic | Gets a value indicating whether this font is italic. |
 | LineHeight | Gets the vertical distance between the base lines of two consecutive lines of text. |
 | Name | Gets the face name of this font. |
 | Size | Gets the size of this font, measured in the points (1/72 inch). |
 | SizeInDip | Gets the size of this font, measured in the DIPs (1/96 inch). (Inherited from TextFont) |
 | Source | Gets the source SixLabors.Fonts.Font of this font. |
See Also