| Changed Classes |
|
FontRenderContext
|
The FontRenderContext class is a container for the information needed to correctly measure text. |
|
GlyphMetrics
|
The GlyphMetrics class represents infomation for a single glyph. |
|
GlyphVector
|
A GlyphVector object is a collection of glyphs containing geometric information for the placement of each glyph in a transformed coordinate space which corresponds to the device on which the GlyphVector is ultimately displayed. |
|
TextAttribute
|
The TextAttribute class defines attribute keys and attribute values used for text rendering. |
|
TextMeasurer
|
The TextMeasurer class provides the primitive operations needed for line break: measuring up to a given advance determining the advance of a range of characters and generating a TextLayout for a range of characters. |
|
TransformAttribute
|
The TransformAttribute class provides an immutable wrapper for a transform so that it is safe to use as an attribute. |