public abstract class FontCssMetaData<S extends Styleable>
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

An partial implementation of CssMetaData for Font properties which includes the font sub-properties: weight, style, family and size.

extends CssMetaData<S, Font>

Parameters:
<S>    The type of Styleable

Since:  JavaFX 8.0