FontSubstRule

FontSubstRule-Klasse

Stellt Informationen zur Schriftartsubstitution dar

public class FontSubstRule : IFontSubstRule

Konstruktoren

NameBeschreibung
FontSubstRule(IFontData, IFontData)Erstellt eine neue Instanz.
FontSubstRule(IFontData, IFontData, FontSubstCondition)Erstellt eine neue Instanz.

Eigenschaften

NameBeschreibung
DestFont { get; }Zu verwendende Schriftart für die Substitution. Nur lesbar IFontData.
ReplaceFontCondition { get; }Regel, die für die Substitution angewendet werden soll. Nur lesbar FontSubstCondition.
SourceFont { get; }Zu ersetzende Schriftart. Nur lesbar IFontData.

Siehe Auch