We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ea103 commit a2d27a4Copy full SHA for a2d27a4
1 file changed
src/lib.rs
@@ -40,7 +40,7 @@ bitflags::bitflags! {
40
/// Indicates that the `UNSAFE_TO_CONCAT` glyph-flag should be produced by the shaper. By default it will not be produced since it incurs a cost.
41
const PRODUCE_UNSAFE_TO_CONCAT = 0x00000040;
42
/// Indicates that the `SAFE_TO_INSERT_TATWEEL` glyph-flag should be produced by the shaper. By default it will not be produced.
43
- const PRODUCE_SAFE_TO_INSERT_TATWEEL = 0x00000040;
+ const PRODUCE_SAFE_TO_INSERT_TATWEEL = 0x00000080;
44
/// All currently defined flags
45
const DEFINED = 0x000000FF;
46
}
0 commit comments