Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4356282
Votes 0
Synopsis RFE: JDK should support OpenType/CFF fonts
Category java:classes_2d
Reported Against merlin-beta
Release Fixed 7(b43)
State 10-Fix Delivered, request for enhancement
Priority: 5-Very Low
Related Bugs 6331344 , 6436899 , 6817112
Submit Date 25-JUL-2000
Description
2D currently relies on native rasterizer to draw CID/CFF fonts.
This process should be handled by T2K instead.

  xxxxx@xxxxx   2000-07-25
Work Around
N/A
Evaluation
4227237 implemented support for chars in the standard Glyph List

CID keyed Type1 fonts may not be interesting as I don't expect we will encounter
these often if at all now that they are being removed from Solaris.

OpenType housed CFF fonts are possible however, and also CFF format fonts can
be embedded in PDF (see 5092191). 

Currently all this is in T2K is presumably non-operational basic CFF support
Its not compiled and probably doesn't compile.
We should investigate to see how far away it is from being useful.

As part of this RFE following changes were made:
  - otf files are now accepted by Truetype filter
  - T2K changes:
      - was extended to support OTF files
      - CFF support was revised
      - Type2 hinting support was added
      - Type1 hinting support was improved
      - Scan conversion logic for quad Bezier curves was improved

FreeType has support for OpenType fonts. So, no changes were necessary.
Posted Date : 2008-08-04 15:06:55.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang