-------------------------------------------------------------------------
| 534 | |
| 535 | //------------------------------------------------------------------------- |
| 536 | void gsv_text::start_point(double x, double y) |
| 537 | { |
| 538 | m_x = m_start_x = x; |
| 539 | m_y = y; |
| 540 | //if(m_flip) m_y += m_height; |
| 541 | } |
| 542 | |
| 543 | //------------------------------------------------------------------------- |
| 544 | void gsv_text::load_font(const char* file) |