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