Exemplo n.º 1
0
 public void setFont(String spec) {
   if (!properties.containsKey(PROPERTY_FONT)) {
     properties.put(PROPERTY_FONT, renderable.getFont());
   }
   renderable.setFont(spec);
   onRenderSetProperties.put(PROPERTY_FONT, renderable.getFont());
 }
Exemplo n.º 2
0
 public String getFont() {
   return renderable.getFont();
 }