Skip to content

Instantly share code, notes, and snippets.

@msulima
Created August 14, 2013 18:37
Show Gist options
  • Save msulima/6234087 to your computer and use it in GitHub Desktop.
Save msulima/6234087 to your computer and use it in GitHub Desktop.
public static Style getSmallStyle() {
Style style = new Style();
style.getFont().setFontSize(6);
return style;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment