C#
VB
C++
Enables or disables the use of the library installed fonts.
public bool UseLibFonts { get; set; }
Public Property UseLibFonts As Boolean
public:
property bool UseLibFonts {
bool get();
void set ( bool value);
}
true to use the library installed fonts, false to use the system fonts.
Refer to RasterOpenDialog example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET