예제 #1
0
 /** Resets object to initial state. */
 void clear(void)
 {
     text_ = "";
     characters_.clear();
 }
예제 #2
0
파일: text_path.hpp 프로젝트: Mappy/mapnik
 // Resets object to initial state.
 void clear()
 {
     text_.remove();
     characters_.clear();
 }