Minor
This commit is contained in:
parent
91bbfca875
commit
1a8ffc5129
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue