[hb-ft] Hopefully clarify hb_ft_font_create() life cycle even more

Add “only” to one more place.
pull/5016/head
Khaled Hosny 4 weeks ago
parent a40d6921dc
commit a888761a78
  1. 2
      src/hb-ft.cc

@ -1290,7 +1290,7 @@ hb_ft_face_create_cached (FT_Face ft_face)
*
* If you know you have valid reasons not to use hb_ft_font_create_referenced(),
* then it is the client program's responsibility to destroy @ft_face
* after the #hb_font_t font object has been destroyed.
* only after the #hb_font_t font object has been destroyed.
*
* HarfBuzz will use the @destroy callback on the #hb_font_t font object
* if it is supplied when you use this function. However, even if @destroy

Loading…
Cancel
Save