OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Re: Hebrew Characters in PDFs


Weiqi Gao wrote:
 > The most likely reason is that FOP doesn't know where to look.  For
 > example where is the "typical font dir", etc., on the multitude of
 > platforms that Java supports?

Many apps must and do know where to find fonts.

pseudo code:

case OS
   when 'Win9*'
     look_in 'C:\WINDOWS\FONTS\'
   when 'Mac OS X'
     look_in # ...
# add as many OSs as possible
# also look in any directory supplied in the rc file

Tobi

-- 
http://www.pinkjuice.com/








[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]