Home
last modified time | relevance | path

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

/reactos/base/setup/lib/
H A Dmuifonts.h3 MUI_SUBFONT LatinFonts[] =
36 MUI_SUBFONT CyrillicFonts[] =
68 MUI_SUBFONT GreekFonts[] =
100 MUI_SUBFONT HebrewFonts[] =
233 MUI_SUBFONT JapaneseFonts[] =
284 MUI_SUBFONT KoreanFonts[] =
335 MUI_SUBFONT UnicodeFonts[] =
363 MUI_SUBFONT HindiFonts[] =
419 MUI_SUBFONT KoreanFontFixup[] =
435 MUI_SUBFONT FontFixupSIMSUN[] =
[all …]
H A Dmui.h7 } MUI_SUBFONT; typedef
38 const MUI_SUBFONT* MuiSubFonts;
H A Dmui.c473 IN const MUI_SUBFONT * MuiSubFonts) in AddFontsSettingsToRegistry()
/reactos/dll/cpl/input/
H A Dinput_list.c16 } MUI_SUBFONT; typedef
20 BOOL UpdateRegistryForFontSubstitutes(MUI_SUBFONT *pSubstitutes) in UpdateRegistryForFontSubstitutes()
52 MUI_SUBFONT *pSubstitutes; in InputList_SetFontSubstitutes()