Taco Hoekwater wrote:
> 
> Vasile Gaburici wrote:
>> I've switched to the rsync-ed minimals on Linux. There are still some
>> problems with fonts:
>>
>> 1) Bold is still missing from fonts pulled via OSFONTDIR, e.g.:
>>
>> verdana                           Verdana
>> /usr/share/fonts/vista/Verdana.ttf
>> verdana bold italic               Verdana Bold Italic
>> /usr/share/fonts/vista/Verdanaz.ttf
>> verdana italic                    Verdana Italic
>> /usr/share/fonts/vista/Verdanai.ttf
> 
> This works OK for ttf fonts on my linux machine, but I don't
> have the ttf version of verdana, so perhaps it is something
> special to that font.
> 
>> 2) OSFONTDIR is not recursive. To get the above I used "export
>> OSFONTDIR=/usr/share/fonts/vista/", just
>> "export OSFONTDIR=/usr/share/fonts/" doesn't work.
> 
> Yes, recursion would be nice.

font-syn.lua, line 190:

                 path = input.clean_path(path .. "/")
                 path = path:gsub("/+","/")
path = path .. "**/"

insert the last line and see what happens (untested because i have a 
flat system path)


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to