| 258 | } |
| 259 | |
| 260 | JUTFont* J2DTextBoxEx::getFont() const |
| 261 | { |
| 262 | if (mMaterial && mMaterial->getTevBlock()) { |
| 263 | return mMaterial->getTevBlock()->getFont(); |
| 264 | } |
| 265 | |
| 266 | return nullptr; |
| 267 | } |
| 268 | |
| 269 | void J2DTextBoxEx::setTevOrder(bool doBeyondStage0) |
| 270 | { |
no test coverage detected