| 98 | } |
| 99 | |
| 100 | PiuDimension PiuFontGetHeight(PiuFont* self) |
| 101 | { |
| 102 | return (*self)->height; |
| 103 | } |
| 104 | |
| 105 | PiuDimension PiuFontGetWidth(PiuFont* self, xsSlot* string, xsIntegerValue offset, xsIntegerValue length) |
| 106 | { |
no outgoing calls
no test coverage detected