Dear Edward,
   Now I use the fontfore to make a Type1 font bolder that it is, the script
I used is as follows:
   ******************
   #!/usr/bin/fontforge -script 

if ($argc !=3)
 Print("")
 Print("Usage: ", $0, " infont outfont")
 Print("")
 Quit()
else
 Open($1)
endif

SelectAll()

foreach
 CorrectDirection()
 ExpandStroke(10, 0, 0, 0, 1)
 Simplify()
endloop

Generate($2)
 ************
  But I meet some error messages:
   Internal Error:NaN value in spline creation
   [...]
   and some warnings:
   The stroke width is so big that the generated path may intersect itself in 
uni81F0
  [...]

    Why does this happen, do them harm to the ultimate results, and what should
I do?
   Best,
   Hongsheng.
   

__________________________________________________
¸Ï¿ì×¢²áÑÅ»¢³¬´óÈÝÁ¿Ãâ·ÑÓÊÏä?
http://cn.mail.yahoo.com


_______________________________________________
Cjk maillist  -  [email protected]
http://lists.ffii.org/mailman/listinfo/cjk

Reply via email to