public final class FloatFontSize extends FontSize
public FontSize getMyFontSize() { final FloatFontSize size = new FloatFontSize(12f); return size; }This class is not meant to be extended by clients.
Constructor and Description |
---|
FloatFontSize(float size) |
Modifier and Type | Method and Description |
---|---|
float |
getSize() |
float |
toFloat()
Converts this FontSize into a float value.
|