Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Beginning Java
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Jeanne Boyarsky
Liutauras Vilda
Sheriffs:
Tim Cooke
Bear Bibeault
paul wheaton
Saloon Keepers:
Carey Brown
Stephan van Hulst
Tim Holloway
Mikalai Zaikin
Piet Souris
Bartenders:
Forum:
Beginning Java
Loading Font through .ttf file but issue with the size
buntha Choudhary
Ranch Hand
Posts: 136
I like...
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I am loading a font from a .ttf file but the size is coming very small ie 1.
How to set that to a larger size
InputStream in = Test.class.getResourceAsStream("CALIBRI.TTF"); Font font = Font.createFont(Font.TRUETYPE_FONT, in);
buntha Choudhary
Ranch Hand
Posts: 136
I like...
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
deriveFont is the responsible method to achieve
There will be plenty of time to discuss your objections when and if you return. The cargo is this tiny ad:
Low Tech Laboratory
https://www.kickstarter.com/projects/paulwheaton/low-tech-0
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Font question
importing a .ttf file
using font created by createFont
How to create a ttf font using java
lowagie fonts
More...