rename internal apis and cleanup

This commit is contained in:
Vincent Wei
2019-03-11 11:51:16 +08:00
parent e8714be5ef
commit 11124ef8a0
8 changed files with 102 additions and 93 deletions
+1 -2
View File
@@ -10099,8 +10099,7 @@ MG_EXPORT int GUIAPI BIDIGetTextLogicalAChars (LOGFONT* log_font,
/**
* \fn void GUIAPI BIDIGetTextRangesLog2Vis (LOGFONT* log_font,
* const char* text, int text_len,
* int start_index, int end_index,
* const char* text, int text_len, int start_index, int end_index,
* int** ranges, int* nr_ranges)
* \brief Get a list of visual ranges corresponding to a given logical range.
*