CGContext.SetAllowsFontSubpixelQuantization(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.
Whether the context allows for glyphs to be drawn at subpixel locations.
public void SetAllowsFontSubpixelQuantization(bool allows);member this.SetAllowsFontSubpixelQuantization : bool -> unitParameters
- allows
- Boolean
true if subpixel quantization should be allowed
Remarks
This property works in conjunction with ShouldSubpixelQuantizeFonts(Boolean), SetAllowsSubpixelPositioning(Boolean), and SetShouldSubpixelPositionFonts(Boolean). Only if all these values are true will subpixel quantization be allowed.