MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / monoLineHeight

Method monoLineHeight

3ds/source/textpool.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153float TextPool::monoLineHeight(float scale)
154{
155 return monoReady() ? mMonoHeight * scale : StringUtils::textHeight("0", scale);
156}
157
158void TextPool::drawMono(const std::string& s, float x, float y, float scale, u32 color, float depth)
159{

Callers 1

drawTopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected