-------------------------------------------------------------------------
| 667 | |
| 668 | //------------------------------------------------------------------------- |
| 669 | double gsv_text::text_width() |
| 670 | { |
| 671 | double x1, y1, x2, y2; |
| 672 | bounding_rect_single(*this, 0, &x1, &y1, &x2, &y2); |
| 673 | return x2 - x1; |
| 674 | } |
| 675 | |
| 676 | |
| 677 | } |
no test coverage detected