///////////////////////////////////////////////////////
| 133 | |
| 134 | //////////////////////////////////////////////////////////// |
| 135 | Font::Font(const std::filesystem::path& filename) |
| 136 | { |
| 137 | if (!openFromFile(filename)) |
| 138 | throw Exception("Failed to open font from file"); |
| 139 | } |
| 140 | |
| 141 | |
| 142 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected