summaryrefslogtreecommitdiff
path: root/pango/pangofc-font.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-01-16 20:07:35 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-01-16 20:07:35 +0000
commit80e647a8dbc97662b9d966c0f7a8e1aedea89eed (patch)
treed3a322c28112b7623765847aa32e8e319c576b45 /pango/pangofc-font.h
parente6b83e4264b4ad2ab73a3239d902b4064c75634d (diff)
downloadpango-80e647a8dbc97662b9d966c0f7a8e1aedea89eed.tar.gz
*.c, *.h: Drop trailing whitespace.
2007-01-16 Behdad Esfahbod <behdad@gnome.org> *.c, *.h: Drop trailing whitespace. svn path=/trunk/; revision=2163
Diffstat (limited to 'pango/pangofc-font.h')
-rw-r--r--pango/pangofc-font.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pangofc-font.h b/pango/pangofc-font.h
index 9b198ed8..3a6eb40d 100644
--- a/pango/pangofc-font.h
+++ b/pango/pangofc-font.h
@@ -42,7 +42,7 @@ typedef struct _PangoFcFontClass PangoFcFontClass;
/**
* PANGO_RENDER_TYPE_FC:
- *
+ *
* A string constant used to identify shape engines that work
* with the fontconfig based backends. See the @engine_type field
* of #PangoEngineInfo.
@@ -57,7 +57,7 @@ typedef struct _PangoFcFontClass PangoFcFontClass;
/**
* PangoFcFont:
- *
+ *
* #PangoFcFont is a base class for font implementations
* using the Fontconfig and FreeType libraries and is used in
* conjunction with #PangoFcFontMap. When deriving from this
@@ -74,7 +74,7 @@ struct _PangoFcFont
gpointer priv; /* used internally */
PangoMatrix matrix; /* used internally */
PangoFontDescription *description;
-
+
GSList *metrics_by_lang;
guint is_hinted : 1;