5 #ifndef PDFTRON_H_CPPPDFPathData
6 #define PDFTRON_H_CPPPDFPathData
139 std::vector<unsigned char> oprs;
140 std::vector<double> pts;
141 PathData(
bool i,
int gi,
const std::vector<unsigned char>& o,
const std::vector<double>& d) : is_def(i), glyph_index(gi), oprs(o), pts(d) {}
150 #endif // PDFTRON_H_CPPPDFPathData
int GetGlyphIndex() const
void SetPoints(const std::vector< double > &points)
void SetOperators(const std::vector< unsigned char > &operators)
const std::vector< unsigned char > & GetOperators() const
const std::vector< double > & GetPoints() const