Jump to content

Thicker font outline?


photo

Recommended Posts

Posted

We currently use Widget::setFontOutline... but that only offers a small outline... is there a way to make this outline thicker?

Posted

Widget::setFontOutline() receives non-boolean value as our docs says. You can specify any positive or negative outline offsets.

Posted

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.

Posted

I would suggest updating the docs on that entry then. When I read (below) it sounds like a boolean.

Fixed.

×
×
  • Create New...