Allow retrieving the descent and external leading of empty strings.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Jul 2013 01:28:18 +0000 (01:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Jul 2013 01:28:18 +0000 (01:28 +0000)
commit0646084eb258e28101c2cc3dc0173f665c2dfa2d
treeff067e846a8c6b7611978156622ba4f31c07a1a7
parent50d2908480c16f7a15e121819e8401903cb16f43
Allow retrieving the descent and external leading of empty strings.

This used to work before wxTextMeasure changes so make it work again instead
of optimizing the case of empty string away and not returning anything in the
descent and externalLeading output parameters in this case.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/textmeasurecmn.cpp
src/gtk/textmeasure.cpp
tests/graphics/measuring.cpp