Home
last modified time | relevance | path

Searched refs:font_char_set (Results 1 – 4 of 4) sorted by relevance

/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dconsole.h82 int font_char_set; member
H A Dconsole.c642 reg_save_int(key, _T("FontCharSet"), attr.font_char_set); in rlc_save_options()
788 reg_get_int(key, _T("FontCharSet"), 0, 0, 0, &attr->font_char_set); in rlc_get_options()
2039 lfont.lfCharSet = a->font_char_set; in rlc_init_text_dimensions()
2098 attr->font_char_set = lf.lfCharSet; in rlc_save_font_options()
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dconsole.h88 int font_char_set; member
H A Dconsole.c658 reg_save_int(key, _T("FontCharSet"), attr.font_char_set); in rlc_save_options()
804 reg_get_int(key, _T("FontCharSet"), 0, 0, 0, &attr->font_char_set); in rlc_get_options()
2182 lfont.lfCharSet = a->font_char_set; in rlc_init_text_dimensions()
2259 attr->font_char_set = lf.lfCharSet; in rlc_save_font_options()