uc-debian-emojifont/README.md

30 lines
721 B
Markdown
Raw Normal View History

2024-07-21 00:45:28 +00:00
# Unicode compliant debian emoji font based on NotoColorEmoji
2024-07-21 00:25:13 +00:00
2024-07-21 00:45:28 +00:00
Default emoji font does not attempt to meet unicode standard since 2018:
2024-07-21 00:27:47 +00:00
2024-07-21 00:45:28 +00:00
Excerpt from standard:
Unicode standard: Encoding Stability
Applicable Version: Unicode 2.0+
Once a character is encoded, it will not be moved or removed.
2024-07-21 00:27:47 +00:00
2024-07-21 00:45:28 +00:00
## Build:
2024-07-21 00:27:47 +00:00
2024-07-21 00:45:28 +00:00
1. Manually remove NotoColorEmoji.ttf from system (Options in font manager gui, or maybe /usr/share/fonts/truetype/noto)
2024-07-21 00:27:47 +00:00
2024-07-21 00:49:42 +00:00
2. Build, copy out file, and re-install.
2024-07-21 00:27:47 +00:00
2024-07-21 00:50:17 +00:00
2024-07-21 00:51:00 +00:00
`git clone https://gut.oily.dad/finn/uc-debian-emojifont.git emfont
2024-07-21 00:51:37 +00:00
2024-07-21 00:51:00 +00:00
cd emfont
2024-07-21 00:51:37 +00:00
2024-07-21 00:51:00 +00:00
mkdir fontvol
2024-07-21 00:51:37 +00:00
2024-07-21 00:51:00 +00:00
docker build -t emojis .
2024-07-21 00:51:37 +00:00
2024-07-21 00:51:00 +00:00
docker run -v $PWD/fontvol:/fontvol emojis:latest`
2024-07-21 00:25:13 +00:00
2024-07-21 00:50:17 +00:00
2024-07-21 00:45:28 +00:00
Find NotoColorEmoji.ttf and re-install via method of choice.
2024-07-21 00:25:13 +00:00