danielkrupinski / GOESP

Cross-platform streamproof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by Dear ImGui + FreeType.
MIT License
433 stars 74 forks source link

Change font #43

Closed Benjjiyy closed 4 years ago

Benjjiyy commented 4 years ago

how do i change the font?

danielkrupinski commented 4 years ago

There is a "Font" dropdown.

Benjjiyy commented 4 years ago

There is a "Font" dropdown.

yeah ik but on the whole menu

danielkrupinski commented 4 years ago

You have to create imgui font and then use ImGui::PushFont().