Searched refs:DLG_FONT_POINT_SIZE (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_w32.c | 219 #define DLG_FONT_POINT_SIZE 8 macro 6977 font = CreateFont(-DLG_FONT_POINT_SIZE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, in gui_mch_dialog() 7207 *p++ = DLG_FONT_POINT_SIZE; // point size in gui_mch_dialog() 7576 hfontTools = CreateFont(-DLG_FONT_POINT_SIZE, 0, 0, 0, 0, 0, 0, 0, in get_dialog_font_metrics() 7682 font = CreateFont(-DLG_FONT_POINT_SIZE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, in gui_mch_tearoff() 7792 *p++ = DLG_FONT_POINT_SIZE; // point size in gui_mch_tearoff()
|