PdfSharp-GDI
1.31.7289
|
Specifies details about how the font is used in PDF creation. More...
Public Member Functions | |
XPdfFontOptions (PdfFontEncoding encoding, PdfFontEmbedding embedding) | |
Initializes a new instance of the XPdfFontOptions class. More... | |
XPdfFontOptions (PdfFontEncoding encoding) | |
Initializes a new instance of the XPdfFontOptions class. More... | |
XPdfFontOptions (PdfFontEmbedding embedding) | |
Initializes a new instance of the XPdfFontOptions class. More... | |
XPdfFontOptions (bool unicode, byte[] fontData) | |
Initializes a new instance of the XPdfFontOptions class. More... | |
XPdfFontOptions (bool embed, string baseFont) | |
Initializes a new instance of the XPdfFontOptions class. More... | |
XPdfFontOptions (bool embed, bool unicode) | |
Initializes a new instance of the XPdfFontOptions class. More... | |
XPdfFontOptions (bool embed) | |
Initializes a new instance of the XPdfFontOptions class. More... | |
XPdfFontOptions (PdfFontEmbedding fontEmbedding, bool unicode) | |
Initializes a new instance of the XPdfFontOptions class. More... | |
Properties | |
bool | Embed [get] |
Gets a value indicating whether the gets embedded in the PDF file. More... | |
PdfFontEmbedding | FontEmbedding [get] |
Gets a value indicating the font embedding. More... | |
bool | Unicode [get] |
Gets a value indicating whether the font is encoded as Unicode. More... | |
PdfFontEncoding | FontEncoding [get] |
Gets a value indicating how the font is encoded. More... | |
string | BaseFont [get] |
Not yet implemented. More... | |
string | FontFile [get] |
Not yet implemented. More... | |
byte[] | FontData [get] |
Gets the font image. More... | |
Specifies details about how the font is used in PDF creation.
PdfSharp.Drawing.XPdfFontOptions.XPdfFontOptions | ( | PdfFontEncoding | encoding, |
PdfFontEmbedding | embedding | ||
) |
Initializes a new instance of the XPdfFontOptions class.
PdfSharp.Drawing.XPdfFontOptions.XPdfFontOptions | ( | PdfFontEncoding | encoding | ) |
Initializes a new instance of the XPdfFontOptions class.
PdfSharp.Drawing.XPdfFontOptions.XPdfFontOptions | ( | PdfFontEmbedding | embedding | ) |
Initializes a new instance of the XPdfFontOptions class.
PdfSharp.Drawing.XPdfFontOptions.XPdfFontOptions | ( | bool | unicode, |
byte[] | fontData | ||
) |
Initializes a new instance of the XPdfFontOptions class.
unicode | If set to true Unicode encoding is used. |
fontData | User supplied font data. |
PdfSharp.Drawing.XPdfFontOptions.XPdfFontOptions | ( | bool | embed, |
string | baseFont | ||
) |
Initializes a new instance of the XPdfFontOptions class.
embed | If set to true the font is embedded. |
baseFont | Not yet implemented. Should be "". |
PdfSharp.Drawing.XPdfFontOptions.XPdfFontOptions | ( | bool | embed, |
bool | unicode | ||
) |
Initializes a new instance of the XPdfFontOptions class.
embed | If set to true the font is embedded. |
unicode | If set to true Unicode encoding is used. |
PdfSharp.Drawing.XPdfFontOptions.XPdfFontOptions | ( | bool | embed | ) |
Initializes a new instance of the XPdfFontOptions class.
embed | If set to true the font is embedded. |
PdfSharp.Drawing.XPdfFontOptions.XPdfFontOptions | ( | PdfFontEmbedding | fontEmbedding, |
bool | unicode | ||
) |
Initializes a new instance of the XPdfFontOptions class.
fontEmbedding | Indicates how font is embedded. |
unicode | If set to true Unicode encoding is used. |
|
get |
Not yet implemented.
|
get |
Gets a value indicating whether the gets embedded in the PDF file.
|
get |
Gets the font image.
|
get |
Gets a value indicating the font embedding.
|
get |
Gets a value indicating how the font is encoded.
|
get |
Not yet implemented.
|
get |
Gets a value indicating whether the font is encoded as Unicode.