Re: Like to Use Windows 2000 fonts, but How?



"Sean Chang" <sean@xxxxxxxxx> wrote in
news:1133800422_68305@xxxxxxxxxxxxxxxxxxxxxxxxx:

> Then I tried to edit FondMap.gs files as suggested by Francois, It's
> working, but I need to change almost all the names: i.e
>
> ArialMT--->Arial
> Arial-BoldMT --->Arial,Bold

That may or may not work, depending on your version of GS.

GS 8.14 expects those names to be the Postscript names internal to the TT
fonts and changing them will mis-lead GS about which font is in which file
(and will cause the font lookup to fail).

OTOH, GS 8.53 does not seem to care and happily uses the font with whatever
name you declare.

What you can do in all GS versions, however, is to *alias* the names :
/Arial /ArialMT ;
/Arial,Bold /Arial-BoldMT ;

_______________________________________________________
François Robert
(to mail me, reverse character order in reply address)
.



Relevant Pages

  • Re: Chinese Fonts in PS
    ... francois> Isn't it possible to either: ... francois> Create a Type 0 font based on the original ... Recoding them is tedious, unless you have the recoding tables (which ... That's why I never touch Chinese PS ...
    (comp.lang.postscript)
  • Re: Marshall Barton help!
    ... Alias "CreateFontA" (ByVal H ... hDC As Long, _ ... ' uses the Control's font attributes to Build ... Dim sRect As RECT ...
    (microsoft.public.access.formscoding)
  • Re: Problem drawing the right font in an owner draw TreeView
    ... Rather than build another user control to handle ... During owner draw, I ignore the width of the passed in bounds rectangle. ... I don't explicitly make the display font the same as the edit font. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Font in Windows Mail for vista
    ... There are no Edit, Source, or preview buttons anywhere in the email ... "VistaRookie" wrote: ... If you choose to keep the email with the font adjusted, ... I use the mouse scroll wheel feature this has no effect at all. ...
    (microsoft.public.windows.vista.mail)
  • Re: CFont.
    ... We have a CFont object member as part of our AdvancedEdit object. ... edit control that is capable of doing multiple data entry options. ... this application is using some things such as a dynamic dialog switching ... >> override the Font of these items on a case by case basis. ...
    (microsoft.public.vc.mfc)

Loading