L_DrawEngineOptions

typedef struct L_DrawEngineOptions 
{ 
   L_UINT uStructSize; 
   L_INT EngineType; 
   L_DrawShadowFontMode ShadowFontMode; 
} L_DrawEngineOptions; 

The L_DrawEngineOptions structure controls drawing and fonts options used globally by LEADTOOLS. Use L_DrawGetEngineOptions and L_DrawSetEngineOptions to get and set the options. These options are global (all threads use the same settings).

Members

L_UINT uStructSize

Size of this structure in bytes. This member must be set to sizeof(L_DrawEngineOptions) prior to calling L_DrawGetEngineOptions or L_DrawSetEngineOptions.

L_INT EngineType

Draw engine used by LEADTOOLS. This value is one of the L_DrawEngineType enumeration members. The default value used by LEADTOOLS is L_DrawEngineType_Default.

L_DrawShadowFontMode ShadowFontMode

Shadow font mode used by LEADTOOLS. This value is one of the L_DrawShadowFontMode enumeration members. The default value used by LEADTOOLS is L_DrawShadowFontMode_Auto.

Comments

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

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

LEADTOOLS Raster Imaging C API Help