L_DrawShadowFontMode

Summary

Enumeration values that indicate the shadow font mode.

Syntax

typedef enum L_DrawShadowFontMode 
{ 
   L_DrawShadowFontMode_Auto, 
   L_DrawShadowFontMode_SystemFirst, 
   L_DrawShadowFontMode_ShadowFirst, 
 
} L_DrawShadowFontMode; 

Members

L_DrawShadowFontMode_Auto

[0] Default mode. Same as L_DrawShadowFontMode_SystemFirst in Windows. Same as L_DrawShadowFontMode_ShadowFirst in other platforms.

L_DrawShadowFontMode_SystemFirst

[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.

L_DrawShadowFontMode_ShadowFirst

[2] Try the shadow fonts first. If the font is not available, try the system. This is the default mode in the other platforms.

Usage

See Also

Functions

Topics

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

LEADTOOLS Raster Imaging C API Help

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