Shadow font mode.
public enum DrawShadowFontMode
Public Enum DrawShadowFontMode
public:
enum class DrawShadowFontMode sealed
Value | Member | Description |
---|---|---|
0 | Auto | Default mode. Same as SystemFirst in Windows. Same as ShadowFirst in other platforms. |
1 | SystemFirst | 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 | ShadowFirst | 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