gtk-demo: Font rendering - expand docs

This commit is contained in:
Matthias Clasen 2021-09-04 22:59:26 -04:00
parent b718d99d1f
commit f4a4dd2615

View File

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