update naming

This commit is contained in:
subframe7536 2024-12-08 02:00:31 +08:00
parent a3c60b20ee
commit 2f51ff1406

View file

@ -43,10 +43,10 @@ paru -S ttf-maple-beta
### Features ### Features
- **Ligature**: Default version with ligatures - **Ligature**: Default version with ligatures (`Maple Mono`)
- **No-Ligature**: Default version without ligatures - **No-Ligature**: Default version without ligatures (`Maple Mono NL`)
- **Normal-Ligature**: [`--normal` preset](#preset) with ligatures - **Normal-Ligature**: [`--normal` preset](#preset) with ligatures (`Maple Mono Normal`)
- **Normal-No-Ligature**: [`--normal` preset](#preset) without ligatures - **Normal-No-Ligature**: [`--normal` preset](#preset) without ligatures (`Maple Mono Normal NL`)
### Format and Glyph Set ### Format and Glyph Set
@ -57,7 +57,7 @@ paru -S ttf-maple-beta
- **WOFF2**: Minimal version, woff2 format, for small size on web pages - **WOFF2**: Minimal version, woff2 format, for small size on web pages
- **NF**: Nerd-Font patched version, add icons for terminal - **NF**: Nerd-Font patched version, add icons for terminal
- **CN**: Chinese version, embed with Chinese and Japanese glyphs - **CN**: Chinese version, embed with Chinese and Japanese glyphs
- **NF-CN**: Full version, embed with icon, Chinese and Japanese glyphs - **NF-CN**: Full version, embed with icons, Chinese and Japanese glyphs
### Font Hint ### Font Hint
@ -65,6 +65,8 @@ paru -S ttf-maple-beta
- In this case, you can choose `MapleMono-TTF-AutoHint` / `MapleMono-NF` / `MapleMono-NF-CN`, etc. - In this case, you can choose `MapleMono-TTF-AutoHint` / `MapleMono-NF` / `MapleMono-NF-CN`, etc.
- *`Unhinted font`* is used for high resolution screen (e.g. for Mac), when using "hinted font", it will blur your text or make it looks weird. - *`Unhinted font`* is used for high resolution screen (e.g. for Mac), when using "hinted font", it will blur your text or make it looks weird.
- In this case, you can choose `MapleMono-OTF` / `MapleMono-TTF` / `MapleMono-NF-unhinted` / `MapleMono-NF-CN-unhinted`, etc. - In this case, you can choose `MapleMono-OTF` / `MapleMono-TTF` / `MapleMono-NF-unhinted` / `MapleMono-NF-CN-unhinted`, etc.
- Why there exists `-AutoHint` and `-unhinted` suffix?
- for backward compatibility, I keep the original naming scheme. `-AutoHint` is only used for `TTF` format.
## Custom Build ## Custom Build