PdfFont Class |
Namespace: SelectPdf
The PdfFont type exposes the following members.
Name | Description | |
---|---|---|
FontBaseFamily |
Gets the predefined family name.
| |
FontFamily |
Gets the name of the font family.
| |
Height |
Gets the font height.
| |
IsStrikeout |
A flag to indicate if the font is strikeout.
| |
IsUnderline |
A flag to indicate if the font is underline.
| |
Size |
Gets or sets the font size in points.
|
Name | Description | |
---|---|---|
Clone |
Creates a clone of this font in the specified pdf document.
| |
GetCharWidth |
Gets the width of the specified character in points.
| |
GetSystemFont |
Converts the current pdf font to a corresponding system font.
| |
GetTextSize |
Gets the size of the specified string in points.
| |
GetTextWidth |
Get the width in points of the specified string.
|