-
Font printing problem
Font Printing Problem
I'm setting a font of size 10 to print on a visitor card.
Object[] uiDefaults = {
"Font", new Font("Arial Narrow", Font.BOLD, 10),
"Color", Color.red,
"five", new Integer(5)
};
UIDefaults myDefaults = new UIDefaults(uiDefaults);
UIManager.put("Label.font", new Font("Arial Narrow", Font.BOLD, 10));
I'm printing thro Laser printer. But the fonts are printed as if it is printed with dot matrix printer. If I increase the size of the font, it prints fine. But I've the size restriction. I just want to know which is the font that prints properly with size 10.(I mean I need to get small fonts)
Similar Threads
-
By saintagent in forum .NET
Replies: 1
Last Post: 08-30-2002, 06:42 AM
-
Replies: 0
Last Post: 12-13-2001, 12:06 PM
-
By Mike Turner in forum VB Classic
Replies: 2
Last Post: 03-05-2001, 04:48 PM
-
By Phil Weber in forum vb.announcements
Replies: 0
Last Post: 11-08-2000, 07:10 PM
-
By Ainuddin in forum Open Source
Replies: 0
Last Post: 05-12-2000, 02:12 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks