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