FontRegistry register partial font information for all fonts
from the system directories, plus the ones added by the user.
Aggregates all fonts by family, a bit like a browser or Word does.
This allows to get one particular physical font with just a family
name, an approximate weight etc. Without such font-matching, it's
impractical and you need to give explicit ttf files manually.
FontRegistry register partial font information for all fonts from the system directories, plus the ones added by the user. Aggregates all fonts by family, a bit like a browser or Word does. This allows to get one particular physical font with just a family name, an approximate weight etc. Without such font-matching, it's impractical and you need to give explicit ttf files manually.