[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Wed Dec 16 08:08:51 PST 2015
src/hb-font.cc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit f11c11a1f123ef245e59ba892230db14170a8e5a
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Wed Dec 16 17:08:36 2015 +0100
Fix Since: tags for new API
https://github.com/behdad/harfbuzz/commit/e1d4d0f1dbd8518b5672245c05d73f22a9ed03ea#commitcomment-15006653
diff --git a/src/hb-font.cc b/src/hb-font.cc
index 3bd8e31..c038b10 100644
--- a/src/hb-font.cc
+++ b/src/hb-font.cc
@@ -577,7 +577,7 @@ hb_font_t::has_func (unsigned int i)
*
* Return value:
*
- * Since: 1.1.2
+ * Since: 1.1.3
**/
hb_bool_t
hb_font_get_h_extents (hb_font_t *font,
@@ -595,7 +595,7 @@ hb_font_get_h_extents (hb_font_t *font,
*
* Return value:
*
- * Since: 1.1.2
+ * Since: 1.1.3
**/
hb_bool_t
hb_font_get_v_extents (hb_font_t *font,
@@ -836,7 +836,7 @@ hb_font_get_glyph_from_name (hb_font_t *font,
*
*
*
- * Since: 1.1.2
+ * Since: 1.1.3
**/
void
hb_font_get_extents_for_direction (hb_font_t *font,
More information about the HarfBuzz
mailing list