Skip to content

Instantly share code, notes, and snippets.

@moebiussurfing
Created April 28, 2020 00:47
Show Gist options
  • Save moebiussurfing/3c7814ca47343f15467ea4ff71980187 to your computer and use it in GitHub Desktop.
Save moebiussurfing/3c7814ca47343f15467ea4ff71980187 to your computer and use it in GitHub Desktop.
openFrameworks - ofxImGui customize font
ImGui::CreateContext();
ImGuiIO& io = ImGui::GetIO();
io.Fonts->AddFontFromFileTTF(&ofToDataPath("ofxPresetsManager/fonts/overpass-mono-bold.otf")[0], 12.0f);
gui.setup();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment