-
Notifications
You must be signed in to change notification settings - Fork 682
Closed
Description
Currently we use space glyph. Add api to set it differently. We want three different semantics:
- Use space glyph. Current default.
- Delete.
- Specific number, like 0xFFFF.
What's a good API design for that? Oh wait, we already have @HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLES and @HB_BUFFER_FLAG_PRESERVE_DEFAULT_IGNORABLES. So, just need API to support:
- Use space glyph. Current default.
- Specific number, like 0xFFFF.
Maybe we can use 0 to mean "use space glyph", as 0 is otherwise notdef and shouldn't be desirable?
Metadata
Metadata
Assignees
Labels
No labels