Class Axis
- java.lang.Object
-
- ca.cgjennings.graphics.cloudfonts.Axis
-
public final class Axis extends java.lang.Object
A font axis descriptor. Fonts with variable axes can be adjusted along these axes to create a wide variety of styles. For example, instead of offering "regular" and "bold" versions of a font, a variable font might offer a "weight" axis that can be adjusted to any value between 100 and 900. Standard axes should be used automatically when a font with the relveant attributes is requested.- Since:
- 3.4
- Author:
- Chris Jennings
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Returns a string representation of the axis.
-