Example usage for Java java.awt.font FontRenderContext fields, constructors, methods, implement or subclass
The text is from its open source code.
FontRenderContext(AffineTransform tx, boolean isAntiAliased, boolean usesFractionalMetrics) Constructs a FontRenderContext object from an optional AffineTransform and two boolean values that determine if the newly constructed object has anti-aliasing or fractional metrics. | |
FontRenderContext(AffineTransform tx, Object aaHint, Object fmHint) Constructs a FontRenderContext object from an optional AffineTransform and two Object values that determine if the newly constructed object has anti-aliasing or fractional metrics. |
Object | getFractionalMetricsHint() Return the text fractional metrics rendering mode hint used in this FontRenderContext . |
AffineTransform | getTransform() Gets the transform that is used to scale typographical points to pixels in this FontRenderContext . |
boolean | isTransformed() Indicates whether or not this FontRenderContext object measures text in a transformed render context. |