diff options
Diffstat (limited to 'public/fpdf_searchex.h')
-rw-r--r-- | public/fpdf_searchex.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/public/fpdf_searchex.h b/public/fpdf_searchex.h index 1d43eab8cf..a6b6e1bdbf 100644 --- a/public/fpdf_searchex.h +++ b/public/fpdf_searchex.h @@ -16,11 +16,14 @@ extern "C" { // Function: FPDFText_GetCharIndexFromTextIndex // Get the actually char index in text_page's internal char list. // Parameters: -// text_page - Handle to a text page information structure. Returned by FPDFText_LoadPage function. -// nTextIndex - The index of the text in the string get from FPDFText_GetText. +// text_page - Handle to a text page information structure. +// Returned by FPDFText_LoadPage function. +// nTextIndex - The index of the text in the string get from +// FPDFText_GetText. // Return value: // The index of the character in internal charlist. -1 for error. -DLLEXPORT int STDCALL FPDFText_GetCharIndexFromTextIndex(FPDF_TEXTPAGE text_page, int nTextIndex); +DLLEXPORT int STDCALL +FPDFText_GetCharIndexFromTextIndex(FPDF_TEXTPAGE text_page, int nTextIndex); #ifdef __cplusplus } |