Searched refs:GetTextWidthEnc (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_w32.c | 2317 GetTextWidthEnc(HDC hdc, char_u *str, int len) in GetTextWidthEnc() function 7050 textWidth += GetTextWidthEnc(hdc, pend, l); in gui_mch_dialog() 7109 textWidth = GetTextWidthEnc(hdc, pstart, (int)(pend - pstart)); in gui_mch_dialog() 7134 textWidth = GetTextWidthEnc(hdc, pstart, (int)(pend - pstart)); in gui_mch_dialog() 7705 textWidth = GetTextWidthEnc(hdc, text, (int)STRLEN(text)); in gui_mch_tearoff() 7738 dlgwidth = GetTextWidthEnc(hdc, title, (int)STRLEN(title)); in gui_mch_tearoff() 7841 padding0 = (columnWidths[0] - GetTextWidthEnc(hdc, menu->dname, in gui_mch_tearoff() 7849 textWidth = GetTextWidthEnc(hdc, menu->actext, acLen); in gui_mch_tearoff()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 17509 Solution: Use GetTextWidthEnc() instead of GetTextWidth(). (Yasuhiro 17515 Solution: Use GetTextWidthEnc() instead of GetTextWidth() in two more
|