diff --git a/include/freetype/ftoutln.h b/include/freetype/ftoutln.h index 485507271..ed654ee7f 100644 --- a/include/freetype/ftoutln.h +++ b/include/freetype/ftoutln.h @@ -333,6 +333,9 @@ FT_BEGIN_HEADER /* situations like acute angles or intersections are sometimes */ /* handled incorrectly. */ /* */ + /* If you need `better' metrics values you should call */ + /* @FT_Outline_Get_CBox ot @FT_Outline_Get_BBox. */ + /* */ /* Example call: */ /* */ /* { */