Zum Hauptinhalt springen

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

Die Aufzählungskonstanten von FontFormattingModeEnum werden verwendet, um die verfügbaren Modi zum Speichern von Schriftattributen in einer Datei anzugeben.
typedef enum {
 FAM_Plain,
 FAM_Restricted,
 FAM_Full
} FontFormattingModeEnum;

Elemente

NameBeschreibung
FAM_FullAlle Schriftattribute werden gespeichert.

Hinweis: Dieser Modus ist beim Export ins FB2-Format nicht verfügbar.
FAM_PlainDas einzige gespeicherte Attribut ist, ob Zeichen tief- oder hochgestellt sind.
FAM_RestrictedDie folgenden Attribute werden gespeichert: ob Zeichen tief- oder hochgestellt, fett, kursiv, unterstrichen oder durchgestrichen sind. Schriftgröße und Name der Schriftart werden nicht gespeichert.

Verwendung in

IAltoExportParams::FontFormattingMode IEBookExportParams::FontFormattingMode