This commit is contained in:
Behdad Esfahbod 2014-05-13 21:06:39 -04:00
parent 91bbfca875
commit 1a8ffc5129
1 changed files with 2 additions and 3 deletions

View File

@ -52,9 +52,8 @@ HB_BEGIN_DECLS
* HarfBuzz and doing that just once (no reuse!), * HarfBuzz and doing that just once (no reuse!),
* *
* - If the font is mmap()ed, it's ok to use * - If the font is mmap()ed, it's ok to use
* READONLY_MAY_MAKE_WRITABLE, however, there were * READONLY_MAY_MAKE_WRITABLE, however, using that mode
* design problems with that mode, so HarfBuzz do not * correctly is very tricky. Use MODE_READONLY instead.
* really use it anymore. If not sure, use MODE_READONLY.
*/ */
typedef enum { typedef enum {
HB_MEMORY_MODE_DUPLICATE, HB_MEMORY_MODE_DUPLICATE,