FPDFGlyphPath_CountGlyphSegments method
Experimental API. Get number of segments inside glyphpath.
glyphpath - handle to a glyph path.
Returns the number of objects in |glyphpath| or -1 on failure.
Implementation
int FPDFGlyphPath_CountGlyphSegments(FPDF_GLYPHPATH glyphpath) {
return _FPDFGlyphPath_CountGlyphSegments(glyphpath);
}