From 00bcd34ae61ee2b5e19ef22ed7236e49511171f5 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 17 Dec 2008 10:15:43 +0000 Subject: [PATCH] Improve documentation of FT_Outline_Embolden. --- include/freetype/ftoutln.h | 3 +++ 1 file changed, 3 insertions(+) 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: */ /* */ /* { */