]> granicus.if.org Git - libass/commitdiff
shaper: purge outdated comment
authorGrigori Goronzy <greg@chown.ath.cx>
Thu, 29 May 2014 02:13:37 +0000 (04:13 +0200)
committerGrigori Goronzy <greg@chown.ath.cx>
Sat, 23 May 2015 22:06:42 +0000 (00:06 +0200)
HarfBuzz has been able to disable fallback kerning since commit
038c98f6. Add some more useful docstrings instead.

libass/ass_shaper.c

index 98f2259ca4b0929c39342fe27b0785eceb884fde..41a48ef0b9461ddac2acbab51866368fe26c15fc 100644 (file)
@@ -702,8 +702,8 @@ static void shape_fribidi(ASS_Shaper *shaper, GlyphInfo *glyphs, size_t len)
 
 /**
  * \brief Toggle kerning for HarfBuzz shaping.
- * NOTE: currently only works with OpenType fonts, the TrueType fallback *always*
- * kerns. It's a bug in HarfBuzz.
+ * \param shaper shaper instance
+ * \param kern toggle kerning
  */
 void ass_shaper_set_kerning(ASS_Shaper *shaper, int kern)
 {