In This Topic ▼

L_TEXT_ANTI_ALIASING

Summary

The L_TEXT_ANTI_ALIASING enumerated type is used to indicate whether anti-aliasing should be used to load text files.

Syntax

typedef enum 
{ 
   L_TEXT_ANTI_ALIASING_AUTO = 0,   /* Let LEADTOOLS pick when to use anti-aliasing */ 
   L_TEXT_ANTI_ALIASING_ON = 1,     /* Anti-aliasing is always on */ 
   L_TEXT_ANTI_ALIASING_OFF = 2,    /* Anti-aliasing is always off */ 
} L_TEXT_ANTI_ALIASING; 

If anti-aliasing is set to L_TEXT_ANTI_ALIASING_AUTO, LEADTOOLS will use anti-aliasing when loading bitmaps as >=24-bit or when loading as 8-bit grayscale. The anti-aliasing will be disabled when loading images at < 8 bits/pixel.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.