Enables or disables the use of the library installed fonts.
public bool UseLibFonts {get; set;}
public:
property bool UseLibFonts {
bool get();
void set ( bool value);
}
Property Value
true to use the library installed fonts, false to use the system fonts.