summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-09-04 22:59:26 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-09-04 23:05:55 -0400
commitf4a4dd2615ad47a54a496e9bb092ceb97f953bcf (patch)
tree370950a475f06f1fd85c378b6028070cc592e60b /demos
parentb718d99d1fe19299df30a459445c3a2e15aadd9b (diff)
downloadgtk+-f4a4dd2615ad47a54a496e9bb092ceb97f953bcf.tar.gz
gtk-demo: Font rendering - expand docs
Diffstat (limited to 'demos')
-rw-r--r--demos/gtk-demo/fontrendering.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/demos/gtk-demo/fontrendering.c b/demos/gtk-demo/fontrendering.c
index 0901de0fb9..fa3fb94082 100644
--- a/demos/gtk-demo/fontrendering.c
+++ b/demos/gtk-demo/fontrendering.c
@@ -1,6 +1,11 @@
/* Pango/Font Rendering
*
- * Demonstrates various aspects of font rendering.
+ * Demonstrates various aspects of font rendering,
+ * such as hinting, antialiasing and grid alignment.
+ *
+ * The demo lets you explore font rendering options
+ * interactively to get a feeling for they affect the
+ * shape and positioning of the glyphs.
*/
#include <gtk/gtk.h>