Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

「注音符號組合指示字元」這個想法可行嗎? #12

Open
yuijzeon opened this issue Sep 3, 2018 · 4 comments
Open

「注音符號組合指示字元」這個想法可行嗎? #12

yuijzeon opened this issue Sep 3, 2018 · 4 comments

Comments

@yuijzeon
Copy link

yuijzeon commented Sep 3, 2018

這是我之前的想法,不知道大家覺得可不可行。

仿照 Ideographic Description Character 的概念

字型理論上可以新增一個扁的字形,再用上下文替代做出來 (說不定有其他更好的方法實現,這就要請教這裡熟悉 Font Features 的各位大神了)

當然,這也得要輸入法有支援才行 (選字欄必須要有可以選合體字的選項)

@ButTaiwan
Copy link
Collaborator

這要為所有注音的排列組合,佔去多少 glyph 數呢?

@yuijzeon
Copy link
Author

@ButTaiwan 用 Font Features 可以在不超過 100 張字圖裡完整顯示所有注音音節

@ButTaiwan
Copy link
Collaborator

ButTaiwan commented Sep 17, 2018

@yuijzeon 我有做過類似的實驗,確實字符在100以下。但那是基於0字距把多張字圖疊在一起看起來好像一個字的實現方式。但實際的中文字型使用上是可以調字距的,字距不是0的時候,就不能正確疊在一起,以一般內文字型來說不太實際。排版實務上,就算是0字距,還是會因為避頭點、justification等因素導致字距不是真的0。

@yuijzeon
Copy link
Author

@ButTaiwan 的確,我的想法跟你一樣是基於0字距狀況
如果這個方法不行的話 大概只能像韓文一樣一個字圖一個字圖做了吧
不然還有折衷方案 常用音節用 LIGA 作連體字 罕用音節用 CALT 取代成字距為0的字圖

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants