typedef enum L_DrawShadowFontMode
{
L_DrawShadowFontMode_Auto,
L_DrawShadowFontMode_SystemFirst,
L_DrawShadowFontMode_ShadowFirst,
} L_DrawShadowFontMode;
Enumeration values that indicate the shadow font mode.
[0] Default mode. Same as L_DrawShadowFontMode_SystemFirst
in Windows. Same as L_DrawShadowFontMode_ShadowFirst
in other platforms.
[1] Try the system (operating system) first. If the font is not available, try the shadow fonts directory. This is the default mode in Windows.
[2] Try the shadow fonts first. If the font is not available, try the system. This is the default mode in the other platforms.
This enumeration is used as the type for the ShadowFontMode
member of L_DrawEngineOptions.
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