Enum TextQuality
Specifies the quality of text rendering.
Namespace: FastReport
Assembly: FastReport.dll
Syntax
public enum TextQuality
Fields
| Name | Description |
|---|---|
| AntiAlias | The AntiAlias quality. This mode may be used to produce the WYSIWYG text. |
| ClearType | The "ClearType" quality. |
| Default | The default text quality, depends on system settings. |
| Regular | The regular quality. |
| SingleBPP | The "SingleBitPerPixel" quality. |
| SingleBPPGridFit | The "SingleBitPerPixelGridFit" quality. |