typedef struct L_DrawEngineOptions
{
L_UINT uStructSize;
L_INT EngineType;
L_DrawShadowFontMode ShadowFontMode;
} L_DrawEngineOptions;
The L_DrawEngineOptions structure controls drawing and fonts options used globally by LEADTOOLS. Use L_DrawGetEngineOptions and L_DrawSetEngineOptions to get and set the options. These options are global (all threads use the same settings).
Size of this structure in bytes. This member must be set to sizeof(L_DrawEngineOptions)
prior to calling L_DrawGetEngineOptions or L_DrawSetEngineOptions.
Draw engine used by LEADTOOLS. This value is one of the L_DrawEngineType enumeration members. The default value used by LEADTOOLS is L_DrawEngineType_Default
.
Shadow font mode used by LEADTOOLS. This value is one of the L_DrawShadowFontMode enumeration members. The default value used by LEADTOOLS is L_DrawShadowFontMode_Auto
.
Refer to LEADTOOLS Drawing Engine and Multi-Platform Consideration for more information.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document