Home
last modified time | relevance | path

Searched refs:normalize_glyphs (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/util/
Doptions.hh158 normalize_glyphs = false; in shape_options_t()
245 if (normalize_glyphs) in shape()
440 hb_bool_t normalize_glyphs; member
Doptions.cc419 …{"normalize-glyphs",0, 0, G_OPTION_ARG_NONE, &this->normalize_glyphs, "Rearrange glyph clusters in… in add_options()