Home
last modified time | relevance | path

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

/reactos/dll/win32/mlang/
H A Dmlang.c490 const char *fixed_font; member
1954 MultiByteToWideChar(CP_ACP, 0, mlang_data[i].fixed_font, -1, in EnumScript_create()
2678 MultiByteToWideChar(CP_ACP, 0, ml_data->fixed_font, -1, in fill_cp_info()
3571 MultiByteToWideChar(CP_ACP, 0, mlang_data[i].fixed_font, -1, in fnIMLangFontLink2_GetScriptFontInfo()
3962 RegSetValueExA(key, "FixedWidthFont", 0, REG_SZ, (BYTE*)family->fixed_font, in register_codepages()
3963 strlen(family->fixed_font) + 1); in register_codepages()