mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
Doing it when the bounding box is not used anyhow is useless and wastes time unnecessary, notably wxDC::DrawText() can skip calculating the text width, which is relatively expensive, if the bounding box is not needed.