-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use name_id 16 for
Config.for_font_name
The name ID 1 may contain style variations. The spec[1] recommends using name IDs 16 and 17. [1] https://docs.microsoft.com/en-us/typography/opentype/spec/name#name-ids
- Loading branch information
Showing
3 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "east_asian_spacing" | ||
version = "1.3.3" | ||
version = "1.3.4" | ||
description = "East Asian Contextual Spacing Build Tools" | ||
authors = ["Koji Ishii <[email protected]>"] | ||
readme = "README.md" | ||
|