Class SystemFontsSubstitution

SystemFontsSubstitution class

تمثل فئة لاستراتيجية استبدال الخطوط التي تستبدل الخطوط بخطوط النظام.

public sealed class SystemFontsSubstitution : FontSubstitution

Constructors

NameDescription
SystemFontsSubstitution(SubstitutionFontCategories)Initializes a new instance of SystemFontsSubstitution class.

Properties

NameDescription
DefaultFont { get; set; }يحصل أو يحدد خط الاستبدال الافتراضي. يتم استخدام الخط عندما لا يتم العثور على أي استبدال صالح آخر ولكن الخط الأولي ينتمي إلى فئة الاستبدال المستهدفة (FontCategories).
FontCategories { get; set; }يحصل أو يحدد فئات خطوط الاستبدال التي يجب استبدالها بخطوط النظام.

See Also