The PdfFont type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | 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
|
See Also