LingDong- / qiji-font

齊伋體 - typeface from Ming Dynasty woodblock printed books

Home Page:https://qiji-font.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glyph error: U+5B87 (宇)

sgalal opened this issue · comments

I am using qiji-combo.ttf v0.0.1. The glyph U+5B87 (宇) looks like U+5B57 (字).

Demo

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):

Cio

Indeed, this is an OCR error. I'll fix it and update here. Thanks for spotting the error!

Hi @sgalal,

Time flies! Now fixed in the new release: https://github.com/LingDong-/qiji-font/releases/tag/v0.0.2

image

Thanks!