• J
    libtxt: handle lines containing both LTR and RTL text runs (#4416) · affa4e7c
    Jason Simmons 提交于
    * Call the ICU bidi API to divide the text into LTR/RTL runs and merge
      them with the styled runs defined by the application
    * Maintain a list of glyph positions sorted by the order of the corresponding
      code units in the text, as well as a list of glyphs sorted by x/y coordinates
      in the layout
    affa4e7c
paragraph_impl_txt.cc 2.7 KB