Re: [JAVA2D] GlyphVectors

2006-06-05 Thread Phil Race
For text display issues where you are using using the Graphic2D class and TextLayout and GlyphVector this is the right place. But there is a Java Internationalization forum http://forum.java.sun.com/forum.jspa?forumID=16 which may be a more appropriate forum for other text processing questions

Re: [JAVA2D] GlyphVectors and rendering text in multiple fonts fast

2001-03-07 Thread Emmanuel Deviller
En rponse Sampsa Mikael Sojakka [EMAIL PROTECTED]: I am also working on a program which need complex custom layout of text. (Desktop Publishing). I currently use a class which cache a glyphvector (per glyph!) and its basic fontmetrics. The creation of the glyphvector is pretty slow but the

[JAVA2D] GlyphVectors and rendering text in multiple fonts fast

2001-02-28 Thread Sampsa Mikael Sojakka
Hi, I am currently in the process of writing a light HTML renderer. In order to accomplish this I obviously need to support custom layout of text rendered in multiple Fonts and varying sizes. My original idea was to use the Flyweight design pattern of caching glyphs and using references to