I am trying to solve a bug in scribus[1] with Edwardian Script ITC font. The H letter is never drawn completely. In scribus we draw glyhp by glyph using cairo_show_glyphs[2]. Thinking the problem with our implementation, I test it with HarfBuzz tutorial code [3]. I notice if cairo draws one glyph each time the problem appears but if it draws more than one the problem doesn't appears. I appreciate your help. =============== [1] https://bugs.scribus.net/view.php?id=14324 [2] https://github.com/scribusproject/scribus/blob/c47ee4fc64df91688e0910035d58333801f7a738/scribus/text/screenpainter.cpp#L47 [3] https://github.com/behdad/harfbuzz-tutorial
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/cairo/cairo/issues/200.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.