mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
[ot-layout] Revert back logic
This commit is contained in:
parent
7518718671
commit
9305aae476
1 changed files with 3 additions and 1 deletions
|
@ -386,8 +386,10 @@ _hb_grapheme_group_func (const hb_glyph_info_t& a HB_UNUSED,
|
|||
static inline void
|
||||
_hb_ot_layout_reverse_graphemes (hb_buffer_t *buffer)
|
||||
{
|
||||
// MONOTONE_GRAPHEMES was already applied and is taken care of by _hb_grapheme_group_func.
|
||||
// So we just check for MONOTONE_CHARACTERS here.
|
||||
buffer->reverse_groups (_hb_grapheme_group_func,
|
||||
HB_BUFFER_CLUSTER_LEVEL_IS_MONOTONE (buffer->cluster_level));
|
||||
buffer->cluster_level == HB_BUFFER_CLUSTER_LEVEL_MONOTONE_CHARACTERS);
|
||||
}
|
||||
|
||||
static inline bool
|
||||
|
|
Loading…
Add table
Reference in a new issue