Api Sandbox UI FontSmooth
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
Assembly: Sandbox.System Namespace: Sandbox.UI Full Name: Sandbox.UI.FontSmooth