| 405 | } |
| 406 | |
| 407 | PiuDimension PiuStyleGetHeight(PiuStyle* self, xsSlot* string) |
| 408 | { |
| 409 | PiuFont* font = (*self)->font; |
| 410 | return (*self)->margins.top + PiuFontGetHeight(font) + (*self)->margins.bottom; |
| 411 | } |
| 412 | |
| 413 | void PiuStyleMark(xsMachine* the, void* it, xsMarkRoot markRoot) |
| 414 | { |
no test coverage detected