Interface IsImmutableFont
-
- All Superinterfaces:
IsDefaultFont
- All Known Implementing Classes:
AbstractImmutableFont
public interface IsImmutableFont extends IsDefaultFont
Interface to map a font element in read-only mode, normalized by CHART.JS byHelpers.toFont(org.pepstock.charba.client.items.FontItem)
, providing also the CSS string of font itself.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
toCSSString()
Builds the font string (shorthand property of CSS font) to use in the canvas object.
See here CSS specification.-
Methods inherited from interface org.pepstock.charba.client.defaults.IsDefaultFont
create, create, getFamily, getLineHeight, getLineHeightAsString, getSize, getStyle, getWeight
-
-