Am 13.03.10 14:27, schrieb Andreas Harder:
would you provide an example of how to use this information?
font-ini.mkiv %D some low level helpers %D %D \starttyping %D \def\TestLookup#1% %D {\dolookupfontbyspec{#1} %D pattern: #1, found: \dolookupnoffound %D \blank %D \dorecurse {\dolookupnoffound} {% %D \recurselevel:~\dolookupgetkeyofindex{fontname}{\recurselevel}\quad %D }% %D \blank} %D %D \TestLookup{familyname=helveticaneue} %D \TestLookup{familyname=helveticaneue,weight=bold} %D \TestLookup{familyname=helveticaneue,weight=bold,style=italic} %D \stoptyping You can ask ConTeXt to look for a font in it's database with the keys - familyname (e.g. TeX Gyre Pagella or Latin Modern Roman) - weight (normal, bold, light, medium etc.) - style (normal, italic) - variant (normal, smallcaps) - fontname (e.g. texgyrepagellaregular) - ... The information in the database are not always perfect (because fonts are a mess) but I'll try to improve this in the next time. Wolfgang