コード例 #1
0
ファイル: writer.hpp プロジェクト: kaben/truetype-tracer
 void set_cubic(bool b) { has_cubic(b);}
コード例 #2
0
 SEG_Writer() : Writer() {
     has_arc(false);
     has_cubic(false);
     has_conic(false);
 }
コード例 #3
0
ファイル: writer.hpp プロジェクト: kaben/truetype-tracer
 bool get_cubic() const {return has_cubic();}