Skip to content

Commit

Permalink
font
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoigorr committed Aug 10, 2022
1 parent 7b1e474 commit ed90675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DX11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static long __stdcall detour_present(IDXGISwapChain* p_swap_chain, UINT sync_int
io.LogFilename = nullptr;
io.WantSaveIniSettings = false;
io.ConfigWindowsMoveFromTitleBarOnly = true;
io.Fonts->AddFontFromFileTTF("C:\\Windows\\Fonts\\Tahoma.ttf", 18.0f);
io.Fonts->AddFontFromFileTTF("C:\\Windows\\Fonts\\Tahoma.ttf", 15.0f);

// custom style
Menu->SetStyle();
Expand Down

0 comments on commit ed90675

Please sign in to comment.