Java java.awt.font FontRenderContext fields, constructors, methods, implement or subclass

Example usage for Java java.awt.font FontRenderContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.font FontRenderContext.

The text is from its open source code.

Constructor

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.

Method

ObjectgetFractionalMetricsHint()
Return the text fractional metrics rendering mode hint used in this FontRenderContext .
AffineTransformgetTransform()
Gets the transform that is used to scale typographical points to pixels in this FontRenderContext .
booleanisTransformed()
Indicates whether or not this FontRenderContext object measures text in a transformed render context.