Adding Fonts to JRE

I want to add a new font into the JRE. I tried doing it by installing the font, and editing the fontconfig.properties file. But, it didn't work. Can somebody help me out in doing so. I am woriking in Windows platforma and JRE 1.5.Thanks in Advance.Raihana
[277 byte] By [raihanaa] at [2007-10-2 16:26:59]
# 1

Depending on what you want the font for, you can use:

[url=http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Font.html#createFont(int,%20java.io.InputStream)]Font.createFont( int, InputStream)[/url].

But I though Java picked up compatable OS installed fonts with [url=http://java.sun.com/j2se/1.5.0/docs/api/java/awt/GraphicsEnvironment.html#getAllFonts()]GraphicsEnvironment.getAllFonts()[/url]

mlka at 2007-7-13 17:26:56 > top of Java-index,Desktop,I18N...
# 2

Depending on what you want the font for, you can use:

[url=http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Font.html#createFont(int,%20java.io.InputStream)]Font.createFont( int, InputStream)[/url].

But I though Java picked up compatable OS installed fonts with [url=http://java.sun.com/j2se/1.5.0/docs/api/java/awt/GraphicsEnvironment.html#getAllFonts()]GraphicsEnvironment.getAllFonts()[/url]

mlka at 2007-7-13 17:26:56 > top of Java-index,Desktop,I18N...