Skip to content

Commit

Permalink
reduce feature variants in default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoHao committed Sep 3, 2020
1 parent 6f536af commit be71db0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ PSimp、PSimpChat 是针对繁体中文的变体,把繁体字重映射为简
| SC | Smallcaps | 小型大写拉丁字母。 |
| RP | Roleplaying | ``(U+4E36)重映射为 `·`(U+00B7,MIDDLE DOT)。|

预编译的特性变体:`Bliz,OSF``Bliz,RP``Bliz,SC``Neut,OSF``Neut,RP``Neut,SC`
预编译的特性变体:`Bliz,RP``Neut,OSF``Neut,SC`
2 changes: 1 addition & 1 deletion README-Hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ PSimp、PSimpChat 是針對繁體中文的變體,把繁體字重對映為簡
| SC | Smallcaps | 小型大寫拉丁字母。 |
| RP | Roleplaying | ``(U+4E36)重對映為 `·`(U+00B7,MIDDLE DOT;或 U+2027,HYPHENATION POINT)。|

預編譯的特徵變體:`Bliz,OSF``Bliz,RP``Bliz,SC``Neut,OSF``Neut,RP``Neut,SC`
預編譯的特徵變體:`Bliz,RP``Neut,OSF``Neut,SC`
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PSimp and PSimpChat are special variants for 繁體中文 that remap traditional
| RP | Roleplaying | `` (U+4E36) is mapped to the same glyph as `·` (U+00B7, MIDDLE DOT). |
| SC | Smallcaps | Small capitals for Latin. |

Pre-built feature variants: `Bliz,OSF`, `Bliz,RP`, `Bliz,SC`, `Neut,OSF`, `Neut,RP`, `Neut,SC`.
Pre-built feature variants: `Bliz,RP`, `Neut,OSF`, `Neut,SC`.

## How to Build

Expand Down
3 changes: 0 additions & 3 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ class Config:
fontPackFeature = ["OSF", "RP", "SC"]
# feature tags must be sorted alphabetically
fontPackExportFeature = [
("Bliz", ["OSF"]),
("Bliz", ["RP"]),
("Bliz", ["SC"]),
("Neut", ["OSF"]),
("Neut", ["RP"]),
("Neut", ["SC"]),
]

Expand Down

0 comments on commit be71db0

Please sign in to comment.