UseLibFonts Property

Summary
Enables or disables the use of the library installed fonts.
Syntax
C#
VB
C++
public bool UseLibFonts { get; set; } 
  
Public Property UseLibFonts As Boolean 
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.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.