Open main menu

Changes

Functionality now in the core
'''ATTENTION!!'''
 
As of December 2013, the functionality of the Simplefonts module has been included into the ConTeXt core. You do no longer do load any external module to take advantage of the simplified font commands. However, the commands have slightly changed:
 
`\setmainfont`
 
is now
 
`\definefontfamily [myfamily] [serif] [DejaVu]`
 
(and the same syntax to set the sans, mono and math font).
 
To use this family:
 
`\setupbodyfont [myfamily]`
 
If you want more examples, have a look at the file <tt>font-sel.mkvi</tt> in the distribution, which contains a good explanation.
 
=== Introduction ===
gardener
111

edits