L_DrawShadowFontMode (original) (raw)

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

LEADTOOLS Raster Imaging C API Help