SystemFontsSubstitution

SystemFontsSubstitution class

Represents a class for font substitution strategy that substitutes fonts with system fonts.

The SystemFontsSubstitution type exposes the following members:

Constructors

NameDescription
SystemFontsSubstitution(font_categories)Initializes a new instance of the SystemFontsSubstitution class

Properties

NameDescription
font_categoriesGets or sets substitution font categories that should be substituted with system fonts.
default_fontGets or sets default substitution font.
The font is used when no other valid substitution were found but initial font belongs to target substitution category (font_categories).

See Also