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 Enumerationskonstanten von MonospaceDetectionModeEnum legen den Erkennungsmodus für nichtproportionale Schriftarten fest.
typedef enum {
 MDM_Auto,
 MDM_NotMonospace,
 MDM_Monospace,
 MDM_Ignore
} MonospaceDetectionModeEnum;

Elemente

NameBeschreibung
MDM_AutoAutomatisch erkennen, ob die Schriftart nichtproportional ist.
MDM_IgnoreNicht erkennen, ob die Schriftart nichtproportional ist.
MDM_MonospaceDie Schriftart auf nichtproportional festlegen.
MDM_NotMonospaceDie Schriftart auf proportional festlegen.

Verwendung in

IFontFormattingDetectionParams::MonospaceDetectionMode