| 76 | }; |
| 77 | |
| 78 | TEST_F(FontTest, LoadTTF) |
| 79 | { |
| 80 | // Empty. Just loading/unloading a font |
| 81 | } |
| 82 | |
| 83 | static TextResult TestLayout(HFontCollection coll, dmArray<uint32_t>& codepoints, |
| 84 | TextLayoutSettings* settings, |
nothing calls this directly
no test coverage detected