public class PdfFont
Public Class PdfFont
public ref class PdfFont
type PdfFont = class end
PdfFont(Byte, Single) | Constructs a PDF font based on binary font data |
PdfFont(PdfStandardFont, Single) | Constructs a standard PDF font |
PdfFont(String, Single) | Constructs a PDF font based on a font file |
PdfFont(String, Single, Boolean) | Constructs a PDF font based on a font family name |
Bold | Indicates if the font is bold |
EmbedFont | Indicates if the font should be embedded in PDF document. The default value is true |
FontData | The font data |
FontFamily | The font family name |
Italic | Indicates if the font is italic |
Size | The PDF font size in points |
StandardFamily | The standard font of this PDF font |
Strikeout | Indicates if the font is strikeout |
Underline | Indicates if the font is underline |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |