Age | Commit message (Collapse) | Author |
|
|
|
(when "buffered_drawing" is set to 0 or 1)
|
|
|
|
It would be a good idea to add a proper constructor to
FontAttrs, but my attempts to do so while avoiding unnecessary
initialization before attrs are copied over anyway resulted in pretty
complicated c++ stuff which I want to avoid.
We might find a sane way to do it some day.
Reported by: Tim Nieradzik <tim.nieradzik@gmx.de>
|
|
|
|
|
|
This makes things much simpler and improves sharing of colors.
If computing two more shades really proves to be a performance
issue, we can shade on demand without exposing this optimization
to the interface.
|
|
|