public class PdfFont
Public Class PdfFont
PdfFont(Byte, Single) | Creates a PDF font from font data |
PdfFont(StandardCJKFont, Single) | Creates a CJK font |
PdfFont(StdFontBaseFamily, Single) | Creates a standard PDF font |
PdfFont(String, Single) | Creates a PDF font from a font file |
PdfFont(String, Single, Boolean) | Creates a PDF font for a font family name. The font must be installed on the server. |
Bold | Gets or sets a flag indicating if the font is bold |
EmbedFont | Gets or sets a flag indicating if the font should be embedded in PDF document. This is flag is used when the font is constructed with font family name and can be overridden by TextElement options. Default value is true |
FontData | Gets or sets the font data |
FontFamily | Gets or sets the name of the font family of this PDF font |
Italic | Gets or sets a flag indicating if the font is italic |
Size | Gets or sets the PDF font size in points |
StandardCJK | Gets or sets the predefined CJK font |
StandardFamily | Gets or sets the predefined family name of this PDF font |
Strikeout | Gets or sets a flag indicating if the font is strikeout. |
Underline | Gets or sets a flag indicating 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) |