-------------------------------------------------------------------------
| 515 | |
| 516 | //------------------------------------------------------------------------- |
| 517 | void gsv_text::size(double height, double width) |
| 518 | { |
| 519 | m_height = height; |
| 520 | m_width = width; |
| 521 | } |
| 522 | |
| 523 | //------------------------------------------------------------------------- |
| 524 | void gsv_text::space(double space) |
no outgoing calls
no test coverage detected