[][src]Module directwrite::font_file

FontFile and types for creating your own instances.

Modules

loader

Types and traits used for implementing the loading of custom FontFiles.

Structs

Analysis

Results of analyzing a font file.

FontFile

Represents a font file. Applications such as font managers or font viewers can call analyze to find out if a particular file is a font file, and whether it is a font type that is supported by the font system.

FontFileBuilder

Facilitates construction of FontFiles.