Difference between revisions of "Fonts - Old Content"

From Wiki
Jump to navigation Jump to search
(link to Font Variants)
(Link to Encodings and Regimes)
Line 21: Line 21:
 
* Using [[psnfss]] metrics in ConTeXt
 
* Using [[psnfss]] metrics in ConTeXt
 
* 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.
 
* Configuration of fonts for [[Vietnamese]].
 
* Configuration of fonts for [[Vietnamese]].
 
* In newer distributions, map files belong in <tt>.../fonts/map/pdftex/context</tt>!
 
* In newer distributions, map files belong in <tt>.../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

Revision as of 20:41, 27 December 2004

< 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.
  • Configuration of fonts for Vietnamese.
  • 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