FPDFFont_GetIsEmbedded method
Experimental API. Get whether |font| is embedded or not.
font - the handle to the font object.
Returns 1 if the font is embedded, 0 if it not, and -1 on failure.
Implementation
int FPDFFont_GetIsEmbedded(FPDF_FONT font) {
return _FPDFFont_GetIsEmbedded(font);
}