Glyphs.GlyphsRenderTransform

Glyphs.GlyphsRenderTransform property

Gets or sets the glyphs render transform. Establishes a new coordinate frame for the glyph run specified by the Glyphs element. The render transform affects clip, opacity mask, fill, x origin, y origin, the actual shape of individual glyphs, and the advance widths. The render transform also affects the font size and values specified in the Indices attribute.

public Transform GlyphsRenderTransform { get; set; }

See Also