summaryrefslogtreecommitdiff
path: root/pango/pangoft2.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-09-14 13:45:41 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-09-14 13:45:41 +0000
commit6479229c21d4824ca6e2a3de783248a2ea3a3938 (patch)
treecc477412c6682067c481059a6cca4cecb60864ab /pango/pangoft2.c
parente1d9bf4f9ead8e632fcb9c96361b54546a198a89 (diff)
downloadpango-6479229c21d4824ca6e2a3de783248a2ea3a3938.tar.gz
=== Released 1.6.0 ===PANGO_1_6_0
Mon Sep 13 17:38:58 2004 Owen Taylor <otaylor@redhat.com> * === Released 1.6.0 === * configure.in: Update versions for 1.6.0 * NEWS: Update. * README: Minor tweak. * pango/fonts.c pango/pango-context.c pango/pango-types.h pango/pango-utils.c pango/pangoft2.c pango/pango-layout.c pango/opentype/pango-ot-buffer.c: Add a bunch of missing Since: 1.6.
Diffstat (limited to 'pango/pangoft2.c')
-rw-r--r--pango/pangoft2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/pango/pangoft2.c b/pango/pangoft2.c
index 082b6725..7860b042 100644
--- a/pango/pangoft2.c
+++ b/pango/pangoft2.c
@@ -355,6 +355,8 @@ transform_point (const PangoMatrix *matrix,
* changed, so to produce correct rendering results, the @font
* must have been loaded using a #PangoContext with an identical
* transformation matrix to that passed in to this function.
+ *
+ * Since: 1.6
**/
void
pango_ft2_render_transformed (FT_Bitmap *bitmap,
@@ -806,6 +808,8 @@ draw_strikethrough (FT_Bitmap *bitmap,
* pixels. (Using this will avoid extra inaccuracies from
* rounding to integer pixels multiple times, even if the
* final glyph positions are integers.)
+ *
+ * Since: 1.6
*/
void
pango_ft2_render_layout_line_subpixel (FT_Bitmap *bitmap,
@@ -906,6 +910,8 @@ pango_ft2_render_layout_line (FT_Bitmap *bitmap,
* pixels. (Using this will avoid extra inaccuracies from
* rounding to integer pixels multiple times, even if the
* final glyph positions are integers.)
+ *
+ * Since: 1.6
*/
void
pango_ft2_render_layout_subpixel (FT_Bitmap *bitmap,