Hi,
I think I’ve found a bug concerning the label cache mode and draw calls.
The projects we’re working on require several labels to be displayed simultaneously. To avoid the labels generating too many draw calls we have got into the habit of using a bitmap font (or the bitmap cache mode).
This worked perfectly until 3.8.6.
With 3.8.6, everything seems to work correctly at first sight, but when you disable then re-enable labels, they generate draw calls as if there were no font bitmap (or bitmap cache mode).
Example:
9 labels with “bitmap” cache mode
- launch the project → 6 draw calls (all is well)
- deactivate the labels → 6 draw calls ( ok )
- reactivate labels → 15 draw calls (not ok )
Is this something that has already been reported?
Thanks