PDFium's FPDFPathSegment_GetType returns one of 0 (lineto),
1 (bezierto), or 2 (moveto). pdf_path_segments() surfaces
the name as segment_type. These helpers expose the mapping for
programmatic filters / round-trips.
PDFium's FPDFPathSegment_GetType returns one of 0 (lineto),
1 (bezierto), or 2 (moveto). pdf_path_segments() surfaces
the name as segment_type. These helpers expose the mapping for
programmatic filters / round-trips.