←Select platform

DrawShadowFontMode Enumeration

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

ValueMemberDescription
0AutoDefault mode. Same as SystemFirst in Windows. Same as ShadowFirst in other platforms.
1SystemFirstTry the system (operating system) first. If the font is not available, try the shadow fonts directory. This is the default mode in Windows.
2ShadowFirstTry the shadow fonts first. If the font is not available, try the system. This is the default mode in the other platforms.
Remarks

Refer to LEADTOOLS Drawing Engine and Multi-Platform Consideration for more information.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.