CGContext.ShouldSubpixelQuantizeFonts(Boolean) Method

Definition

With SetAllowsFontSubpixelQuantization(Boolean), determines whether fonts should be drawn at subpixel locations.

public void ShouldSubpixelQuantizeFonts (bool shouldSubpixelQuantizeFonts);
member this.ShouldSubpixelQuantizeFonts : bool -> unit

Parameters

shouldSubpixelQuantizeFonts
Boolean

true if fonts should be drawn at subpixel positions.

Remarks

Subpixel quantization requires SetAllowsFontSubpixelQuantization(Boolean), SetShouldSubpixelPositionFonts(Boolean), and SetAllowsSubpixelPositioning(Boolean) all to be true.

Applies to