From: Matthias Clasen Date: Mon, 29 Jun 2015 05:46:53 +0000 (-0700) Subject: gtk3-demo: Group pango demos together X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~9258 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=109572286c138c11850cefb823e839c6f29d37b8;p=gtk4.git gtk3-demo: Group pango demos together --- diff --git a/demos/gtk-demo/font_features.c b/demos/gtk-demo/font_features.c index ac1492e20f..4d953f01f3 100644 --- a/demos/gtk-demo/font_features.c +++ b/demos/gtk-demo/font_features.c @@ -1,4 +1,4 @@ -/* Font Features +/* Pango/Font Features * * This demonstrates support for OpenType font features with * Pango attributes. The attributes can be used manually or diff --git a/demos/gtk-demo/rotated_text.c b/demos/gtk-demo/rotated_text.c index 6afe6ca4d6..b75453574b 100644 --- a/demos/gtk-demo/rotated_text.c +++ b/demos/gtk-demo/rotated_text.c @@ -1,4 +1,4 @@ -/* Rotated Text +/* Pango/Rotated Text * * This demo shows how to use PangoCairo to draw rotated and transformed * text. The right pane shows a rotated GtkLabel widget. diff --git a/demos/gtk-demo/textmask.c b/demos/gtk-demo/textmask.c index 0971d35ec9..d9e57e6e87 100644 --- a/demos/gtk-demo/textmask.c +++ b/demos/gtk-demo/textmask.c @@ -1,4 +1,4 @@ -/* Text Mask +/* Pango/Text Mask * * This demo shows how to use PangoCairo to draw text with more than * just a single color.