Enumeration values that indicate the shadow font mode.
typedef enum L_DrawShadowFontMode
{
L_DrawShadowFontMode_Auto,
L_DrawShadowFontMode_SystemFirst,
L_DrawShadowFontMode_ShadowFirst,
} L_DrawShadowFontMode;
[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.
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