1 Feb 2007 10:06
Re: Embedding font triplets w/ a single TTF file
Vincent Hennebert <vincent.hennebert <at> anyware-tech.com>
2007-02-01 09:06:42 GMT
2007-02-01 09:06:42 GMT
Hi Daniel, > Are there even any fonts which both support a large subset of unicode > and have bold and italic variants? I went searching a while back and > found nothing. I doubt you will find any free font with both large Unicode support and several variants. You might want to give a try to FreeFont (http://www.nongnu.org/freefont/), which have a fairly reasonable support of Unicode, although not identical among the variants. I guess you can find commercial fonts, too. Otherwise it should be rather easy to build a large Unicode support from several different fonts, each one supporting some given subset (say, a latin one, a cyrillic, a japanese, etc.). If you stick to Times-like shapes you should end up with a not too non-uniform set. > The underlying problem here is that FOP's PDF renderer can't substitute > fonts when the specified font doesn't exist (the Java2D renderer does > this automatically as a side-effect of Java.) As a result of this > limitation, developers get forced to include some huge font like "Arial > Unicode MS", even though there are enough fonts on their operating > system that they don't need to use this font in any other application. Actually both the PDF renderer and the Java2D one do the same thing, that is fall back to default fonts. It's just that for PDF those default fonts are the well-known base 14 fonts, which support only a limited subset of Unicode (the latin range, basically). For Java2D those are the Lucida fonts with a larger range of glyphs.(Continue reading)
Best regards
IDATA, Johan Johansson
Sweden
I played around with the examples in the FOP-distribution. But I have
one problem: If I set the style of a page to two-columns
(column-count="2") and there is a table on that page which is bigger
than one of the columns, the text of the second column flows into the
table and not around it. I put my example online:
RSS Feed