Skip to content

Instantly share code, notes, and snippets.

@johnmay
Created October 30, 2012 16:59
Show Gist options
  • Save johnmay/3981529 to your computer and use it in GitHub Desktop.
Save johnmay/3981529 to your computer and use it in GitHub Desktop.
TextLayout
TextLayout layout = new TextLayout(text, graphics.getFont(),
graphics.getFontRenderContext());
Rectangle2D bounds = layout.getBounds();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment