Piccolo.NET

PCanvas.GridFitText Property

Gets or sets a value indicating if text should be rendered with hinting.

public bool GridFitText {get; set;}

Remarks

When grid-fitting is turned on, the position of the pixels in each rendered glyph are adjusted to make the glyph easily legible at various screen sizes. This will result in higher quality text. However, grid-fitting will also change the size of the glyphs, which can make it difficult to display adjacent text. And, while zooming, the text may appear jumpy.

See Also

PCanvas Class | UMD.HCIL.Piccolo Namespace