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

Method width

3ds/source/textpool.cpp:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193float TextPool::width(const std::string& s, float scale) const
194{
195 return StringUtils::textWidth(s, scale);
196}
197
198float TextPool::fitScale(const std::string& s, float maxWidth, float scale, float minScale) const
199{

Callers 15

drawProgressBarMethod · 0.45
drawMethod · 0.45
uiFrameMethod · 0.45
barMethod · 0.45
drawMethod · 0.45
drawValueRowMethod · 0.45
drawListRowMethod · 0.45
drawEmptyStateMethod · 0.45
drawTopMethod · 0.45
drawAboutMethod · 0.45
drawBottomMethod · 0.45
drawTopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected