[wxGTK2] Don't query native font for underlined, but return the set value - storing...
authorMart Raudsepp <leio@gentoo.org>
Mon, 22 Aug 2005 23:27:39 +0000 (23:27 +0000)
committerMart Raudsepp <leio@gentoo.org>
Mon, 22 Aug 2005 23:27:39 +0000 (23:27 +0000)
commit8c8c4b717a1042b56d235faf04587ded2099d465
treec3f452b36abe97d7c37b28d0d1f614d1449b4056
parentb67d14bee00c26521752c1dbd2dd73533bd8a677
[wxGTK2] Don't query native font for underlined, but return the set value - storing it natively would likely require
the usage of a PangoAttribute, and I'm not sure if that's even different than just storing it inside wxFontRefData.
Not investigating further as PangoAttribute addition would require ABI compatibility breakage anyhow.

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