Skip to main content
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

NameDescription
FAM\_FullAll font attributes are saved. <Note> This mode is not available during export to FB2 format. </Note>
FAM\_PlainThe only saved attribute is whether characters are subscript or superscript.
FAM\_RestrictedThe following attributes are saved: whether characters are subscript, superscript, bold, italic, underlined, strikeout. Font size and font name are not saved.

Used in

IAltoExportParams::FontFormattingMode IEBookExportParams::FontFormattingMode