Difference between revisions of "Fonts - Old Content"

From Wiki
Jump to navigation Jump to search
(Link to Encodings and Regimes)
m (minor visual thingies like quotes)
Line 1: Line 1:
 
< [[Visuals]]
 
< [[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:
+
Font handling in ConTeXt is &ldquo;strange&rdquo; for LaTeX users. It's a system of abstraction and aliases, complex and mighty&nbsp;&hellip; But there's help:
  
 
* [http://homepage.mac.com/atl/tex/  Adam Lindsay's page] focuses on typography (OpenType, Unicode etc.), esp. on MacOS X
 
* [http://homepage.mac.com/atl/tex/  Adam Lindsay's page] focuses on typography (OpenType, Unicode etc.), esp. on MacOS X
Line 15: Line 15:
 
* typescripts for some fonts from the FontSite500 CD on the [[Font Site]] page, by Holger Sch�ner
 
* typescripts for some fonts from the FontSite500 CD on the [[Font Site]] page, by Holger Sch�ner
 
* typescripts for lazy font combinations on the [[Flexi Face]] page
 
* typescripts for lazy font combinations on the [[Flexi Face]] page
* some pointers on extending typescripts to accommodate access to "variants," like old-style figures, are on the [[Font Variants]] page
+
* some pointers on extending typescripts to accommodate access to &ldquo;variants,&rdquo; like old-style figures, are on the [[Font Variants]] page
 
* [[Fonts in XeTeX]] gives some details about the [[XeTeX]]-specific typescripts in <tt>type-xtx</tt>
 
* [[Fonts in XeTeX]] gives some details about the [[XeTeX]]-specific typescripts in <tt>type-xtx</tt>
  
Line 23: Line 23:
 
* 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]].
 
* 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>&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

Revision as of 14:55, 20 January 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.
  • 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