Difference between revisions of "Fonts"

From Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
\setuplayout[topspace=0.5mm, backspace=0.5mm,header=0pt, headerdistance=0pt,footer=0pt,footerdistance=0pt,width=14cm,height=11cm]
 
\setuplayout[topspace=0.5mm, backspace=0.5mm,header=0pt, headerdistance=0pt,footer=0pt,footerdistance=0pt,width=14cm,height=11cm]
 
\setupbodyfont[14pt]
 
\setupbodyfont[14pt]
\definefontfamily [latinmodernroman] [rm] [latinmodernroman]
+
\definefontfamily [mainfacea] [rm] [latinmodernroman]
\definefontfamily [latinmodernsans] [rm] [latinmodernsans]
+
\definefontfamily [mainfaceb] [rm] [latinmodernsans]
\definefontfamily [latinmodernmono] [rm] [latinmodernmono]
+
\definefontfamily [mainfacec] [rm] [latinmodernmono]
\definefontfamily [texgyreadventor] [rm] [texgyreadventor]
+
\definefontfamily [mainfaced] [rm] [texgyreadventor]
\definefontfamily [texgyrebonum]     [rm] [texgyrebonum]
+
\definefontfamily [mainfacee] [rm] [texgyrebonum]
\definefontfamily [texgyrecursor]   [rm] [texgyrecursor]
+
\definefontfamily [mainfacef] [rm] [texgyrecursor]
\definefontfamily [texgyrechorus]   [rm] [texgyrechorus]
+
\definefontfamily [mainfaceg] [rm] [texgyrechorus]
\definefontfamily [texgyrepagella]   [rm] [texgyrepagella]
+
\definefontfamily [mainfaceh] [rm] [texgyrepagella]
\definefontfamily [texgyreshola]     [rm] [texgyreshola]
+
\definefontfamily [mainfacei] [rm] [texgyreshola]
\definefontfamily [texgyretermes]   [rm] [texgyretermes]
+
\definefontfamily [mainfacej] [rm] [texgyretermes]
\definefontfamily [dejavuserif]     [rm] [dejavuserif]
+
\definefontfamily [mainfacek] [rm] [dejavuserif]
\definefontfamily [dejavusans]       [rm] [dejavusans]
+
\definefontfamily [mainfacel] [rm] [dejavusans]
\definefontfamily [dejavusansmono]   [rm] [dejavusansmono]
+
\definefontfamily [mainfacem] [rm] [dejavusansmono]
\definefontfamily [gentium]         [rm] [gentium]
+
\definefontfamily [mainfacen] [rm] [gentium]
\setupbodyfont[latinmodernroman]
+
\setupbodyfont[mainfacea]
 +
 
 
\starttext
 
\starttext
 
\startitemize[n,packed]
 
\startitemize[n,packed]
\item The quick brown fox jumps over the lazy dog (default)\\
+
\item \switchtobodyfont[mainfacea] The quick brown fox jumps over the lazy dog\\
\switchtobodyfont[latinmodernroman] \item The quick brown fox jumps over the lazy dog\\
+
\item \switchtobodyfont[mainfaceb] The quick brown fox jumps over the lazy dog\\
\switchtobodyfont[latinmodernsans] \item The quick brown fox jumps over the lazy dog\\
+
\switchtobodyfont[mainfacec] \item The quick brown fox jumps over the lazy dog\\
\switchtobodyfont[latinmodernmono] \item The quick brown fox jumps over the lazy dog\\
+
\switchtobodyfont[mainfaced] \item The quick brown fox jumps over the lazy dog\\
\switchtobodyfont[texgyreadventor] \item The quick brown fox jumps over the lazy dog\\
+
\switchtobodyfont[mainfacee] \item The quick brown fox jumps over the lazy dog\\
\switchtobodyfont[texgyrebonum]     \item The quick brown fox jumps over the lazy dog\\
+
\switchtobodyfont[mainfacef] \item The quick brown fox jumps over the lazy dog\\
\switchtobodyfont[texgyrechorus]   \item The quick brown fox jumps over the lazy dog\\
+
\switchtobodyfont[mainfaceg] \item The quick brown fox jumps over the lazy dog\\
\switchtobodyfont[texgyrecursor]   \item The quick brown fox jumps over the lazy dog\\
+
\switchtobodyfont[mainfaceh] \item The quick brown fox jumps over the lazy dog\\
\switchtobodyfont[texgyrepagella]   \item The quick brown fox jumps over the lazy dog\\
+
\switchtobodyfont[mainfacei] \item The quick brown fox jumps over the lazy dog\\
\switchtobodyfont[texgyreshola]     \item The quick brown fox jumps over the lazy dog\\
+
\switchtobodyfont[mainfacej] \item The quick brown fox jumps over the lazy dog\\
\switchtobodyfont[texgyretermes]   \item The quick brown fox jumps over the lazy dog\\
+
\switchtobodyfont[mainfacek] \item The quick brown fox jumps over the lazy dog\\
\switchtobodyfont[dejavuserif]     \item The quick brown fox jumps over the lazy dog\\
+
\switchtobodyfont[mainfacel] \item The quick brown fox jumps over the lazy dog\\
\switchtobodyfont[dejavusans]       \item The quick brown fox jumps over the lazy dog\\
+
\switchtobodyfont[mainfacem] \item The quick brown fox jumps over the lazy dog\\
\switchtobodyfont[dejavusansmono]   \item The quick brown fox jumps over the lazy dog\\
+
\switchtobodyfont[mainfacen] \item The quick brown fox jumps over the lazy dog\\
\switchtobodyfont[gentium]         \item The quick brown fox jumps over the lazy dog\\
 
 
\stopitemize
 
\stopitemize
 
\stoptext
 
\stoptext

Revision as of 18:18, 31 May 2020

First, be aware of the 21 fonts provided by the ConTeXt distribution's Fonts.

If required, you can regenerate the font database: mtxrun --script font --reload --force

How to use the fonts included by default in the distribution