←Select platform

DrawShadowFontMode Enumeration

Summary

Shadow font mode.

Syntax
C#
VB
C++
public enum DrawShadowFontMode 
Public Enum DrawShadowFontMode 
public: 
   enum class DrawShadowFontMode sealed 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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