MCPcopy Create free account
hub / github.com/TurningWheel/Barony / getNumTextLines

Method getNumTextLines

src/ui/Field.cpp:895–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893}
894
895int Field::getNumTextLines() const {
896 return Text::get(text, font.c_str(), textColor, outlineColor)->getNumTextLines();
897}
898
899SDL_Rect Field::getAbsoluteSize() const
900{

Callers 12

createBookMethod · 0.45
updateShopGUIChatterFunction · 0.45
updateShopMethod · 0.45
drawMainCardMethod · 0.45
updateTinkerMenuMethod · 0.45
updateAlchemyMenuMethod · 0.45
updateFeatherMenuMethod · 0.45
updateItemEffectMenuMethod · 0.45
updateAssistShrineMethod · 0.45
updateMailMenuMethod · 0.45
updateSignGUIMethod · 0.45
updateFrameTooltipMethod · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected