Skip to content

Instantly share code, notes, and snippets.

@up1
Created August 16, 2010 17:30
Show Gist options
  • Save up1/527359 to your computer and use it in GitHub Desktop.
Save up1/527359 to your computer and use it in GitHub Desktop.
BaseFont bf = BaseFont.createFont(
"c:\\windows\\fonts\\ANGSA.ttf",
BaseFont.IDENTITY_H,
BaseFont.EMBEDDED
);
Font f = new Font(bf, 12);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment