L_DrawShadowFontMode

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

Enumeration values that indicate the shadow font mode.

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.

Comments

This enumeration is used as the type for the ShadowFontMode member of L_DrawEngineOptions.

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

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

LEADTOOLS Raster Imaging C API Help

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