Glyph error: U+5B87 (宇)
sgalal opened this issue · 2 comments
sgalal commented
I am using qiji-combo.ttf v0.0.1. The glyph U+5B87 (宇) looks like U+5B57 (字).
The first row is QIJIC, while the second row is Source Han Serif K.
Steps to reproduce:
<!DOCTYPE html>
<html lang="zh-Hant" dir="ltr">
<head>
<title>Test Page</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style>
p {
font-size: 64pt;
margin: 0;
}
span {
display: inline-block;
text-align: center;
min-width: 100px;
}
p:first-child {
font-family: QIJIC;
}
p:first-child > span:first-child {
font-size: 80pt;
transform: translateX(-8px);
}
p:first-child > span:last-child {
font-size: 88pt;
transform: translateX(-10px) translateY(6px);
}
p:last-child {
font-family: Source Han Serif K;
font-language-override: "KOR";
}
</style>
</head>
<body>
<p><span>宇</span><span>字</span></p>
<p><span>宇</span><span>字</span></p>
</body>
</html>
The correct glyph should be as that in Guangyun Zecuntang Version (廣韻澤存堂本, Kuangxyonh Drakzuondang puonx):
LingDong- commented
Indeed, this is an OCR error. I'll fix it and update here. Thanks for spotting the error!
LingDong- commented
Hi @sgalal,
Time flies! Now fixed in the new release: https://github.com/LingDong-/qiji-font/releases/tag/v0.0.2
Thanks!