Implemented DoDrawRotatedText() by way of a
authorRobert Roebling <robert@roebling.de>
Thu, 18 Nov 2004 14:04:30 +0000 (14:04 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 18 Nov 2004 14:04:30 +0000 (14:04 +0000)
commitf1c72f0ca0c6577bf092aa027d153c32204e8cc5
tree64e0a7c39f529ddd8c873b883b8fc6bbf2f993d6
parent6408deedee874b3fb873e2fc7f1a148e973bd23d
  Implemented DoDrawRotatedText() by way of a
    rotation of a alpha blended text bitmap.
    It would be better if Pango could draw
    directly into an wxImage (as FreeType)
    can, but that is for later..

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