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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtoCSSString()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.IsDefaultFontcreate, create, getFamily, getLineHeight, getLineHeightAsString, getSize, getStyle, getWeight
 
- 
 
-