Difference between revisions of "Fonts - Old Content"

From Wiki
Jump to navigation Jump to search
(added and moved language specific links)
m (stuff)
Line 13: Line 13:
 
==Typescripts==
 
==Typescripts==
 
* [http://www.pragma-ade.com/general/manuals/showfont.pdf examples of using typescripts] by Pragma
 
* [http://www.pragma-ade.com/general/manuals/showfont.pdf examples of using typescripts] by Pragma
* [http://www.ramm.ch/fiee/texnique/?menu=0-1-4&lang=en example typescripts] for free and commercial fonts, by Hraban
+
* [http://www.ramm.ch/fiee/texnique/?menu=0-1-4&lang=en example typescripts] for free and commercial fonts, by Hraban (partly outdated)
* 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 “variants,” like old-style figures, are on the [[Font Variants]] page
Line 25: Line 25:
 
* 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
+
 
 
===Hints by Language===
 
===Hints by Language===
 
* general: [[Encodings and Regimes]]
 
* general: [[Encodings and Regimes]]
* [[Arabian and Hebrew]]
+
* [[Arabian and Hebrew]] (Idris? other ArabTeX specialists?)
 
* [[Chinese]]
 
* [[Chinese]]
 
* [[Greek]]
 
* [[Greek]]
 
* [[Russian]]
 
* [[Russian]]
 
* [[Vietnamese]]
 
* [[Vietnamese]]

Revision as of 12:19, 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!

Hints by Language