MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / ~Font

Method ~Font

engine/src/text.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17Font::~Font()
18{
19}
20
21void Font::initialize(int charsWide, int charsHigh, int charWidth, int charHeight,
22 float Scale, Camera* pCamera, ScreenRect* pScreen, TileAtlas* ptexatlas)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected