LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-30-2010, 10:38 AM   #1
whk
Member
 
Registered: Jun 2005
Posts: 202

Rep: Reputation: 37
Java Fonts


When I used a java program to find all the fonts available on java.
On MSW7 has more fonts available than on java on Linux.
Why is that?
Where can I get more java fonts? tia

here's the program:


Code:
import java.awt.GraphicsEnvironment;

public class ListJavaFonts
{

  public static void main(String[] args)
  {
    String fonts[] = 
      GraphicsEnvironment.getLocalGraphicsEnvironment().getAvailableFontFamilyNames();

    for ( int i = 0; i < fonts.length; i++ )
    {
      System.out.println(fonts[i]);
    }
  }

}
:$ java -version
java version "1.6.0_0"
OpenJDK Runtime Environment (IcedTea6 1.6.1) (6b16-1.6.1-2)
OpenJDK Server VM (build 14.0-b16, mixed mode)
---
Never mind got it.

Last edited by whk; 09-30-2010 at 04:22 PM.
 
Old 10-02-2010, 12:57 AM   #2
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Would you like to share the solution?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[UBUNTU SERVER] New Fonts With Java ebrentnelson Linux - Server 0 05-05-2009 10:33 AM
Fonts/Java/Flash question Zaskar Debian 5 08-01-2007 01:51 PM
Fonts in Java too small Swords SUSE / openSUSE 0 02-13-2005 07:31 PM
fonts in java on red hat naijaguy Programming 0 01-10-2005 04:22 PM
How can I set Java to use Chinese fonts? raylpc Linux - General 4 08-25-2003 12:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration