This class represents embeded font data which is retrieved from a PDF document. Please refer to function fsdk.PDFDoc.GetEmbeddedFontData .
◆ GetNonstandard_font_name_array()
| fsdk.EmbeddedFontData.GetNonstandard_font_name_array |
( |
| ) |
|
Get font name array of embedded fonts which cannot be replaced by system fonts if they are to be unembeded.
- Returns
- Font name array of embedded fonts which cannot be replaced by system fonts if they are to be unembeded.
◆ GetStandard_font_name_array()
| fsdk.EmbeddedFontData.GetStandard_font_name_array |
( |
| ) |
|
Get font name array of embedded fonts which are standard fonts and can be replaced by system fonts if they are to be unembedded.
- Returns
- Font name array of embedded fonts which are standard fonts and can be replaced by system fonts if they are to be unembedded.
◆ SetNonstandard_font_name_array()
| fsdk.EmbeddedFontData.SetNonstandard_font_name_array |
( |
|
value | ) |
|
Set font name array of embedded fonts which cannot be replaced by system fonts if they are to be unembeded.
- Parameters
-
| [in] | value | Font name array of embedded fonts which cannot be replaced by system fonts if they are to be unembeded.
|
- Returns
- None.
◆ SetStandard_font_name_array()
| fsdk.EmbeddedFontData.SetStandard_font_name_array |
( |
|
value | ) |
|
Set font name array of embedded fonts which are standard fonts and can be replaced by system fonts if they are to be unembedded.
- Parameters
-
| [in] | value | Font name array of embedded fonts which are standard fonts and can be replaced by system fonts if they are to be unembedded.
|
- Returns
- None.