-
Enhancement
-
Resolution: Duplicate
-
P3
-
None
-
1.4.0
-
generic
-
generic
Name: bsC130419 Date: 08/03/2001
$ ./java -version
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65)
Java HotSpot(TM) Client VM (build 1.4.0-beta-b65, mixed mode)
Feature request: Loading Type1 fonts using createFont.
Background:
It is currently only possible to create TrueType fonts using the method "public
static Font createFont(int, InputStream)" in java.awt.Font. It is, however,
possible to use Type1 fonts, but only if they are statically loaded at the time
of VM startup. For our project, we need to be able to dynamically load Type 1
fonts in a similar manner.
Implementation suggestion:
A new constant, TYPE1_FONT != TRUETYPE_FONT in java.awt.Font needs to be
created, and createFont(int, InputStream) needs to be able to dynamically load
such a font when the TYPE1_FONT constant is used.
(Review ID: 129357)
======================================================================
- duplicates
-
JDK-4390880 RFE: Font.createFont() API needs to support Type 1 fonts (in addition to TrueTyp
-
- Resolved
-