MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getTextHints

Method getTextHints

src/eepp/graphics/text.cpp:1621–1623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1619}
1620
1621Uint32 Text::getTextHints() const {
1622 return mTextHints;
1623}
1624
1625void Text::setTextHints( Uint32 textHints ) {
1626 mTextHints = textHints;

Callers 3

onNewStringMethod · 0.45
getMaxIntrinsicWidthMethod · 0.45
updateLayoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected