Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-20993

Chinese/Japanese rendering issue

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • Not Evaluated
    • None
    • 4.8.x
    • GUI: Font handling
    • None
    • Ubuntu 9.10

    Description

      Because of the following code, the font engine renders several Chinese/Japanese characters to the same position (the position of the first character).

      qfontengine_ft.cpp
          bool design = (default_hint_style == HintNone ||
                   default_hint_style == HintLight ||
                   (flags & HB_ShaperFlag_UseDesignMetrics)) && FT_IS_SCALABLE(freetype->face);
      

      Please run i18n example to reproduce this bug. A screenshot attached.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jiang Jiang Jiang
            luohua luohua
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes