shithub: freetype+ttf2subf

Download patch

ref: 77e4d1b22efa86277afc5fbbe71049ca3ccd8ea9
parent: 7a13dc008b9128a785c30471103b53136b05b5de
author: Werner Lemberg <[email protected]>
date: Fri Sep 2 08:16:29 EDT 2016

Improve documentation of `FT_Outline_Decompose'.

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/freetype/ftoutln.h
+++ b/include/freetype/ftoutln.h
@@ -115,6 +115,10 @@
   /*    outline for stroking purposes (otherwise it would result in a      */
   /*    visible dot when round caps are used).                             */
   /*                                                                       */
+  /*    Similarly, the function returns success for an empty outline also  */
+  /*    (doing nothing, this is, not calling any emitter); if necessary,   */
+  /*    you should filter this out, too.                                   */
+  /*                                                                       */
   FT_EXPORT( FT_Error )
   FT_Outline_Decompose( FT_Outline*              outline,
                         const FT_Outline_Funcs*  func_interface,