CGContext.ShouldSubpixelQuantizeFonts(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.
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
.