Commit 13c2c05460f6cfda6ae9c5e2f6d3bb833d444f6c

henry 2004-08-16T06:22:47

Updated FTFont( *pBufferBytes, bufferSizeInBytes) documentation.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/FTFont.h b/include/FTFont.h
index cc994b9..5b3d9e4 100755
--- a/include/FTFont.h
+++ b/include/FTFont.h
@@ -40,6 +40,8 @@ class FTGL_EXPORT FTFont
         
         /**
          * Open and read a font from a buffer in memory. Sets Error flag.
+         * The buffer is owned by the client and is NOT copied by FTGL. The
+         * pointer must be valid while using FTGL.
          *
          * @param pBufferBytes  the in-memory buffer
          * @param bufferSizeInBytes  the length of the buffer in bytes