glyphの訳語を「グリフ」に統一しletterform→「字形」を用語集に追加#403
Merged
Merged
Conversation
kimushun1101
approved these changes
Jun 12, 2026
kimushun1101
left a comment
Member
There was a problem hiding this comment.
ありがとうございます。問題ないように思います。
コンフリクトを解消して進めてください。
用語集はglyph→「グリフ」と定めているが、既訳の4ファイルでは glyph(s)が「字形」と訳されていたため「グリフ」に統一する。 「字形」はletterformの訳語として確保する。
JIS Z 8125:2004(印刷用語―デジタル印刷)は「字形」の対応英語を "letter form"と定めており(00.01.03)、グリフ(00.01.02 glyph)とは 別項目として訳し分けている。これに準拠してletterform行を追加し、 glyph行にも訳し分けの注記を加える。
9168789 to
3fbe2a3
Compare
Contributor
Author
|
ありがとうございます、コンフリクト見逃してました... |
gomazarashi
approved these changes
Jun 12, 2026
gomazarashi
left a comment
Contributor
There was a problem hiding this comment.
ご対応ありがとうございます。変更内容を確認しました。
Contributor
There was a problem hiding this comment.
Pull request overview
用語集の定義(glyph→「グリフ」)に合わせて既訳の用語を統一し、あわせて letterform→「字形」を用語集に追加することで、フォント関連用語の訳語整合性を改善するPRです。
Changes:
glyph(s)の訳語を既存ドキュメント(rustdoc)内で「字形」→「グリフ」に統一- 用語集に
letterform | 字形を追加し、glyphとの差分(訳し分け)注記を追記 - フォントメトリクスや装飾・数式要素の説明文言を新訳語に合わせて更新
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/glossary.md | glyphの注記更新と、letterform→「字形」の追加で訳語の使い分けを明文化 |
| crates/typst-library/src/text/shift.rs | 下付き/上付きの説明で「字形」→「グリフ」に統一 |
| crates/typst-library/src/text/mod.rs | フォントメトリクス説明の「字形」→「グリフ」差し替え |
| crates/typst-library/src/text/deco.rs | 下線/上線の衝突回避説明の「字形」→「グリフ」差し替え |
| crates/typst-library/src/math/attach.rs | stretch要素の説明で「字形」→「グリフ」に統一 |
Contributor
Author
|
crates/typst-library/src/text/smallcaps.rsにある既存の「OpenTypeフィーチャーの |
3w36zj6
approved these changes
Jun 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs: #387
用語集はglyph→「グリフ」と定めていますが、既訳の4ファイルではglyph(s)を「字形」と訳していました。 これらを「グリフ」に統一し、「字形」はletterformの訳語として用語集に追加します。
変更内容
text/shift.rs・text/deco.rs・text/mod.rs・math/attach.rsの「字形」を「グリフ」に変更採用根拠
JIS Z 8125:2004(印刷用語―デジタル印刷)は「字形」の対応英語を"letter form"と定めており(00.01.03)、「グリフ」(00.01.02 glyph「個々のデザインの違いを除去した認知可能な抽象的図記号」)とは別項目として訳し分けています。 本変更はこの規格上の訳し分けに合わせるものです。