129130131132133134135
* Returns a value property for observing the font of a {@link Control}. * * @return a value property for observing the font of a {@link Control}. */ public static IWidgetValueProperty font() { return new ControlFontProperty(); }