0.2.0 "Family Matters"
This is another big release! New here is the concept of a "font family", which provides a group of options for other typefaces that a given Font can render in one drawing call. Typically, you would create the family first, then use the first font in it as the main Font, with the family then assigned to that main Font. Most of the demos/tests include font families now, so you can take a look at FontSwitchTest or other examples to get started. There's some clean-up in the known fonts, including more support for non-distance-field fonts. Avoiding distance fields can be useful with font families, since having one Font using SDF, another using MSDF, and another using no distance field would be... tricky. Also new in this release are some fixes for unusual behavior of TypingLabel effects in some cases relating to word wrap, and more-correct behavior of Font's markup and drawing methods when curly-braced content is encountered (it should go into the Layout because TypingLabel can need it, but not be rendered).
I hope you enjoy the new features and fixes!