'Declaration Public Overridable Property UseSystemFontsAsPrimary As Boolean
public virtual bool UseSystemFontsAsPrimary { get; set; }
Property Value
Default value is true.
True - the drawing factory uses the CreateSystemFont(String,Single,Boolean,Boolean) method as priority method to create font in CreateFont(String,Single,Boolean,Boolean) method. false - the drawing factory uses the FontProgramsController to create font as priority method.
True - the drawing factory uses the CreateSystemFont(String,Single,Boolean,Boolean) method as priority method to create font in CreateFont(String,Single,Boolean,Boolean) method. false - the drawing factory uses the FontProgramsController to create font as priority method.