gtk3-demo: Group pango demos together

This commit is contained in:
Matthias Clasen 2015-06-28 22:46:53 -07:00
parent f97786f5e9
commit 109572286c
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.