ken.mayfield Posted July 31, 2011 Posted July 31, 2011 We currently use Widget::setFontOutline... but that only offers a small outline... is there a way to make this outline thicker?
frustum Posted August 1, 2011 Posted August 1, 2011 Widget::setFontOutline() receives non-boolean value as our docs says. You can specify any positive or negative outline offsets.
ken.mayfield Posted August 1, 2011 Author Posted August 1, 2011 I would suggest updating the docs on that entry then. When I read (below) it sounds like a boolean. Description Sets a value indicating, if the widget text should be rendered outlined. Arguments int mode - Positive number to use outlining, 0 not to use.
manguste Posted August 3, 2011 Posted August 3, 2011 I would suggest updating the docs on that entry then. When I read (below) it sounds like a boolean. Fixed.
Recommended Posts