| Value | Meaning |
|---|---|
| Duplicate0 | HarfBuzz immediately makes a copy of the data. |
| Readonly1 | HarfBuzz client will never modify the data, and HarfBuzz will never modify the data. |
| Writable2 | HarfBuzz client made a copy of the data solely for HarfBuzz, so HarfBuzz may modify the data. |
| ReadonlyMayMakeWritable3 | See above |
Data type holding the memory modes available to client programs.
Regarding these various memory-modes: