CGContext.SetShouldSubpixelPositionFonts(Boolean) Method

Definition

Used in conjunction with SetAllowsSubpixelPositioning(Boolean) to enable or disable glyph alignment with pixels.

public void SetShouldSubpixelPositionFonts (bool shouldSubpixelPositionFonts);
member this.SetShouldSubpixelPositionFonts : bool -> unit

Parameters

shouldSubpixelPositionFonts
Boolean

true if glyphs need not be aligned to pixels.

Applies to