Commit 00bcd34ae61ee2b5e19ef22ed7236e49511171f5

Werner Lemberg 2008-12-17T10:15:43

Improve documentation of FT_Outline_Embolden.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/include/freetype/ftoutln.h b/include/freetype/ftoutln.h
index 4855072..ed654ee 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:                                                      */
   /*                                                                       */
   /*    {                                                                  */