A list of the fontnames - avoids wasting space in each style
| 33 | |
| 34 | // A list of the fontnames - avoids wasting space in each style |
| 35 | FontNames::FontNames() { |
| 36 | } |
| 37 | |
| 38 | FontNames::~FontNames() { |
| 39 | Clear(); |
nothing calls this directly
no outgoing calls
no test coverage detected