| 15 | } |
| 16 | |
| 17 | Font::~Font() |
| 18 | { |
| 19 | } |
| 20 | |
| 21 | void Font::initialize(int charsWide, int charsHigh, int charWidth, int charHeight, |
| 22 | float Scale, Camera* pCamera, ScreenRect* pScreen, TileAtlas* ptexatlas) |
nothing calls this directly
no outgoing calls
no test coverage detected