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

Method getFont

src/eepp/ui/uitextview.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102Graphics::Font* UITextView::getFont() const {
103 return mTextCache.getFont();
104}
105
106UITextView* UITextView::setFont( Graphics::Font* font ) {
107 if ( NULL != font && mTextCache.getFont() != font ) {

Callers 3

setFontMethod · 0.45
alignFixMethod · 0.45
setFontStyleConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected