FontFormattingModeEnum
FontFormattingModeEnum enumeration constants are used to denote available modes of saving font attributes to a file.
typedef enum {
FAM_Plain,
FAM_Restricted,
FAM_Full
} FontFormattingModeEnum;
Elements
Name | Description |
---|---|
FAM_Full |
All font attributes are saved. Note: This mode is not available during export to FB2 format. |
FAM_Plain | The only saved attribute is whether characters are subscript or superscript. |
FAM_Restricted | The following attributes are saved: whether characters are subscript, superscript, bold, italic, underlined, strikeout. Font size and font name are not saved. |
Used in
7/3/2024 8:50:25 AM