B.O.M.J
-
Автор темы
- #1
C++:
g_Fonts.pFontTahoma8 = std::make_unique<CD3DFont>(L"Square Sans Serif 7", 7.5, FW_NORMAL);
g_Fonts.pFontTahoma10 = std::make_unique<CD3DFont>(L"Square Sans Serif 7", 10, FW_MEDIUM);
g_Fonts.pFontMenu2 = std::make_unique<CD3DFont>(L"Tahoma", 10, FW_MEDIUM);
g_Fonts.pFontMenu = std::make_unique<CD3DFont>(L"Tahoma", 7, 550);
g_Fonts.CourierNew = std::make_unique<CD3DFont>(L"Courier New", 12, 750);
g_Fonts.spectatorlist = std::make_unique<CD3DFont>(L"Tahoma", 12, FW_NORMAL, font_flags::drop_shadow);
g_Fonts.espfont = std::make_unique<CD3DFont>(L"Verdana", 7.5, FW_BOLD, font_flags::drop_shadow);
g_Fonts.flagsfont = std::make_unique<CD3DFont>(L"Small Fonts", 9, FW_NORMAL, font_flags::outline);
g_Fonts.pFontTabs = std::make_unique<CD3DFont>(L"menu_font", 35, FW_NORMAL);