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!),
*
* - If the font is mmap()ed, it's ok to use
* READONLY_MAY_MAKE_WRITABLE, however, there were
* design problems with that mode, so HarfBuzz do not
* really use it anymore. If not sure, use MODE_READONLY.
* READONLY_MAY_MAKE_WRITABLE, however, using that mode
* correctly is very tricky. Use MODE_READONLY instead.
*/
typedef enum {
HB_MEMORY_MODE_DUPLICATE,