DrawShadowFontMode Enumeration (original) (raw)
Summary
Shadow font mode.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum DrawShadowFontMode
typedef NS_ENUM(NSInteger, LTDrawShadowFontMode) {
LTDrawShadowFontModeAuto,
LTDrawShadowFontModeSystemFirst,
LTDrawShadowFontModeShadowFirst
};
public final class DrawShadowFontMode
extends java.lang.Enum<DrawShadowFontMode>
public:
enum class DrawShadowFontMode sealed
class DrawShadowFontMode(Enum):
Auto = 0
SystemFirst = 1
ShadowFirst = 2
Members
s
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. |
Leadtools Assembly