diff options
Diffstat (limited to 'public/fpdf_edit.h')
-rw-r--r-- | public/fpdf_edit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/fpdf_edit.h b/public/fpdf_edit.h index f9edfa3426..a84b42ab05 100644 --- a/public/fpdf_edit.h +++ b/public/fpdf_edit.h @@ -434,7 +434,7 @@ DLLEXPORT FPDF_BOOL STDCALL FPDFText_SetText(FPDF_PAGEOBJECT text_object, FPDF_WIDESTRING text); // Returns a font object loaded from a stream of data. The font is loaded -// into the document. The caller does not need to free the returned object. +// into the document. // // document - handle to the document. // data - the stream of data, which will be copied by the font object. |