Structs§
- Font
Template  - This describes all the information needed to create font instance handles. It contains a unique FontTemplateData structure that is platform specific.
 - Font
Template Descriptor  - Describes how to select a font from a given family. This is very basic at the moment and needs to be expanded or refactored when we support more of the font styling parameters.
 - Font
Template Ref  - A reference to a 
FontTemplatewith shared ownership and mutability. 
Traits§
- Font
Match 🔒Distance Method  - A trait for implementing the CSS font matching algorithm against various font features. See https://drafts.csswg.org/css-fonts/#font-matching-algorithm.
 - Font
Template RefMethods  - IsOblique