dbr/Ben

Results 133 comments of dbr/Ben

Hmm the two-enum approach would be slightly tedious to use, because the variants are of varying types. For example: ```rust let rounding = ui.style_var(StyleVarName::FrameRounding); let padding = ui.style_var(StyleVarName::FramePadding); ``` If...

I think this is still a relevant feature request - although `ImString` isn't used in as many places any more, this might still be a useful optimization for some applications

Hmm, the error is due to missing the fontconfig library. Simplest solution is to install that library (`libfontconfig-dev` on Ubuntu) However it's a bit strange that it is required -...