Difference between revisions of "Fonts - Old Content"

From Wiki
Jump to navigation Jump to search
(added and moved language specific links)
Line 23: Line 23:
 
* Matt Gushee about [http://havenrock.com/textips/bookfonts.html virtual fonts]
 
* Matt Gushee about [http://havenrock.com/textips/bookfonts.html virtual fonts]
 
* Fonts rely on [[Encodings and Regimes]], and it helps to know what happens underneath the hood, from time to time.
 
* Fonts rely on [[Encodings and Regimes]], and it helps to know what happens underneath the hood, from time to time.
* Configuration of fonts for [[Vietnamese]].
 
 
* In newer distributions, map files belong in <tt>&hellip;/fonts/map/pdftex/context</tt>!
 
* In newer distributions, map files belong in <tt>&hellip;/fonts/map/pdftex/context</tt>!
 
* Don't forget to look at  [[cont-sys.tex]]!
 
* Don't forget to look at  [[cont-sys.tex]]!
 
:For me, typescripts only work if I activate <cmd>autoloadmapfilestrue</cmd> and <cmd>resetmapfiles</cmd> in <tt>cont-sys.tex</tt> --[[User:Hraban|Hraban]] 2004-08-23
 
:For me, typescripts only work if I activate <cmd>autoloadmapfilestrue</cmd> and <cmd>resetmapfiles</cmd> in <tt>cont-sys.tex</tt> --[[User:Hraban|Hraban]] 2004-08-23
 +
===Hints by Language===
 +
* general: [[Encodings and Regimes]]
 +
* [[Arabian and Hebrew]]
 +
* [[Chinese]]
 +
* [[Greek]]
 +
* [[Russian]]
 +
* [[Vietnamese]]

Revision as of 11:55, 6 April 2005

< Visuals

Font handling in ConTeXt is “strange” for LaTeX users. It's a system of abstraction and aliases, complex and mighty … But there's help:

Typescripts

Configuration

  • Using psnfss metrics in ConTeXt
  • Matt Gushee about virtual fonts
  • Fonts rely on Encodings and Regimes, and it helps to know what happens underneath the hood, from time to time.
  • In newer distributions, map files belong in …/fonts/map/pdftex/context!
  • Don't forget to look at cont-sys.tex!
For me, typescripts only work if I activate \autoloadmapfilestrue and \resetmapfiles in cont-sys.tex --Hraban 2004-08-23

Hints by Language