https://bugs.documentfoundation.org/show_bug.cgi?id=146916

--- Comment #9 from Mark Hung <[email protected]> ---
(In reply to Heiko Tietze from comment #8)
> So resolve NOB? Mark, Laszlo do you agree?

I inspected the font with Font Forge. The encoding was EUC GB2312. I re-encoded
the file with ISO10646-1 ( Unicode BMP ) and generated a new font file than
compare them with the utility hb-shape from Harfbuzz.

Original TTF:
./harfbuzz-5.0.1/util/hb-shape font.ttf "中国智造,惠及全球"  
[gid0=0+1024|gid0=1+1024|gid0=2+1024|gid0=3+1024|gid0=4+1024|gid0=5+1024|gid0=6+1024|gid0=7+1024|gid0=8+1024]

Re-encoded TTF:
./harfbuzz-5.0.1/util/hb-shape GBHerSin-Medium.ttf "中国智造,惠及全球"
[uni4E2D=0+1024|uni56FD=1+1024|uni667A=2+1024|uni9020=3+1024|uniFF0C=4+1024|uni60E0=5+1024|uni53CA=6+1024|uni5168=7+1024|uni7403=8+1024]


Given https://harfbuzz.github.io/what-harfbuzz-doesnt-do.html :
HarfBuzz will take a Unicode string, shape it, and give you the information
required to lay it out correctly on a single horizontal (or vertical) line
using the font provided. That is the extent of HarfBuzz's responsibility.

So I think it's NOB.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to