Fabricio Chamon

Results 3 comments of Fabricio Chamon

Hi Diego, ah nice that's a great idea actually. I didn't know we could customize the frame table, would that auto propagate to the cuegui interface ? I'll have it...

not using font hints, but here's a simple example for a font viewer that might help ? ```py import dearpygui.dearpygui as dpg dpg.create_context() dpg.create_viewport(title='Font viewer example', width=600, height=400) dpg.add_font_registry(tag='font_reg') current_font_name...

Hi, I've just updated the layout code a couple minutes ago, please replace your files with the ones from github and give it another try. I've also included a new...