CGContext.SetShouldSubpixelPositionFonts(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.