label: add support for CSS letter-spacing property
authorPaolo Borelli <pborelli@gnome.org>
Sat, 4 Jul 2015 17:56:40 +0000 (19:56 +0200)
committerPaolo Borelli <pborelli@gnome.org>
Sun, 5 Jul 2015 22:04:05 +0000 (00:04 +0200)
commita19331f2313ba47ce15c06f3d8485e68474baa4e
tree256b50ddc5814d5421d2971758999deb9b10d323
parentb92c530a61420fc039048aff4feb3f019dc7cdfe
label: add support for CSS letter-spacing property

Support letter-spacing CSS property on GtkLabel.
Reftest is included.
gtk/gtkcssstylepropertyimpl.c
gtk/gtkcsstypesprivate.h
gtk/gtklabel.c
gtk/gtkstylecontext.c
gtk/gtkstylecontextprivate.h
testsuite/reftests/Makefile.am
testsuite/reftests/letter-spacing.c [new file with mode: 0644]
testsuite/reftests/letter-spacing.css [new file with mode: 0644]
testsuite/reftests/letter-spacing.ref.ui [new file with mode: 0644]
testsuite/reftests/letter-spacing.ui [new file with mode: 0644]