The L_TEXT_ANTI_ALIASING enumerated type is used to indicate whether anti-aliasing should be used to load text files.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document