use Pango to draw rotated text if possible (this supports text background and should...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Aug 2008 22:31:36 +0000 (22:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Aug 2008 22:31:36 +0000 (22:31 +0000)
commite1bd1db22801e1648a03f30538a12c7be6e52973
treeccac1f5afc0be296c1e5f7cb6a77f7e0cd169f91
parentb2c9e3447d5998d15711726646c0066d06a2979e
use Pango to draw rotated text if possible (this supports text background and should be more efficient), fall back to the old method for old libraries (closes #9861)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/dcclient.cpp