PaletteTextHint Enumeration |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public enum PaletteTextHint
Member name | Value | Description | |
---|---|---|---|
Inherit | -1 | Specifies text hint should be inherited. | |
AntiAlias | 0 | Specifies anti aliasing for text rendering. | |
AntiAliasGridFit | 1 | Specifies anti aliasing with grid fit for text rendering. | |
ClearTypeGridFit | 2 | Specifies clear type with grid fit for text rendering. | |
SingleBitPerPixel | 3 | Specifies single bit per pixel for text rendering. | |
SingleBitPerPixelGridFit | 4 | Specifies single bit for pixel with grid fit for text rendering. | |
SystemDefault | 5 | Specifies system default setting for text rendering. |
Copyright 2024 NeoAxis Group. All rights reserved.