Class SystemFontsSubstitution

SystemFontsSubstitution class

表示一种字体替换策略的类,该策略使用系统字体替换字体。

public sealed class SystemFontsSubstitution : FontSubstitution

Constructors

NameDescription
SystemFontsSubstitution(SubstitutionFontCategories)初始化 SystemFontsSubstitution 类的新实例。

Properties

NameDescription
DefaultFont { get; set; }获取或设置默认替换字体。当没有找到其他有效的替换字体,但初始字体属于目标替换类别 (FontCategories) 时使用该字体。
FontCategories { get; set; }获取或设置应使用系统字体替换的替换字体类别。

See Also