This is the C++ implementation of the mono display format library.

TODO:

 - Structured: fully implement the current spec (including changes to
   spec since the initial implementation)
     - Line support
     - Text support
     - Current time support
 - Write low-RAM parser / renderer for the format (the structured renderer
   exists for high-level software)
 - CMake: automatically convert standard fonts into importable data
 - Properly define a list of standard fonts and their indexes
