Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java and JDK > Java Basics
|
Java Basics General beginning Java language questions that don't fit in one of the more specific forums. Please specify what version.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Java Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 23rd, 2006, 12:56 AM
Authorized User
 
Join Date: Dec 2003
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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)
 
Old July 17th, 2006, 08:04 AM
Authorized User
 
Join Date: Dec 2005
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Default

See below java font tutorial

http://www.developerzone.biz/index.p...d=92&Itemid=36

JAVA Printer
http://www.javawisdom.com/
http://www.hotdir.biz/





Similar Threads
Thread Thread Starter Forum Replies Last Post
Font Problem :( surendran Flash (all versions) 1 November 1st, 2006 02:09 AM
how to get font ,color,font size of text in win32 satishsatao Visual C++ 0 April 5th, 2006 05:05 AM
Font problem in php ksunil Beginning PHP 0 January 30th, 2006 07:13 AM
font-size problem in CSS crmpicco CSS Cascading Style Sheets 2 August 22nd, 2005 09:31 PM
Font Problem pazzuzu Visual C++ 0 July 6th, 2005 01:49 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.