enum
FontSmooth
public sealed enum FontSmooth : Enum Possible values for font-smooth CSS property.
Enum Values
| Name | Value | Description |
|---|---|---|
Auto | | Let us decide (we'll anti-alias where available) |
Never | | Turn font smoothing off |
Always | | Always anti-alias |