Trying to set the font scale in the initialisation options causes an error.
ui::initialize( ui::Options().fontGlobalScale( getWindowContentScale() ) );
results in:
Assertion failed: (GImGui != __null && "No current context. Did you call ImGui::CreateContext() or ImGui::SetCurrentContext()?"), function GetIO, file /Users/felixfaire/Developer/Cinder-0.9/Cinder/blocks/Cinder-ImGui/lib/imgui/imgui.cpp, line 2638.
in GetIO()
Most other options seem to be ok.
Macbook pro, macos Mojave.
Trying to set the font scale in the initialisation options causes an error.
ui::initialize( ui::Options().fontGlobalScale( getWindowContentScale() ) );results in:
Assertion failed: (GImGui != __null && "No current context. Did you call ImGui::CreateContext() or ImGui::SetCurrentContext()?"), function GetIO, file /Users/felixfaire/Developer/Cinder-0.9/Cinder/blocks/Cinder-ImGui/lib/imgui/imgui.cpp, line 2638.in
GetIO()Most other options seem to be ok.
Macbook pro, macos Mojave.