| 1277 | #endif |
| 1278 | |
| 1279 | void xtextbox::render(layout& l, S32 begin_jot, S32 end_jot) const |
| 1280 | { |
| 1281 | l.render(*this, begin_jot, end_jot); |
| 1282 | } |
| 1283 | |
| 1284 | F32 xtextbox::yextent(F32 max, S32& size, const layout& l, S32 begin_jot, S32 end_jot) const |
| 1285 | { |
no test coverage detected