Fix stylehint size bug
authorPhilip Chimento <philip.chimento@gmail.com>
Wed, 5 Jan 2011 19:19:50 +0000 (14:19 -0500)
committerPhilip Chimento <philip.chimento@gmail.com>
Wed, 5 Jan 2011 19:19:50 +0000 (14:19 -0500)
commit187e23a5b183d6fea5d7d23bbf35188601a6a612
treedc45546acd62c9ec6f37cd468160630686077f7e
parent077b2a3c760d3c7c2fcab34d54eb74ee8744ed77
Fix stylehint size bug

The "size" stylehint should use the GtkTextTag "scale" property, not
the "size" property - this way, the relative size is independent of the
default font size. The bug was that the "size" property should be given
in Pango units, not points, but now the "size" property isn't used at
all.
libchimara/style.c
tests/test-userstyle.c