marseymoji/README.md

55 lines
2.7 KiB
Markdown
Raw Permalink Normal View History

2023-07-15 19:37:47 +00:00
# Marsey Emoji font for rdrama
2023-07-15 19:45:04 +00:00
This is a script for building noto emoji, with some emojis replaced with marseys. All credits for the original noto emoji font goes to google: https://github.com/googlefonts/noto-emoji
2023-07-15 19:37:47 +00:00
See BUILD.md for building instructions.
2023-07-16 08:35:29 +00:00
See marsey/README.md for contribution information.
Download: ![fonts/marseymoji.ttf](fonts/marseymoji.ttf)
2023-07-16 08:37:47 +00:00
Download (windows compatible): ![fonts/marseymoji_windows.ttf](fonts/marseymoji_windows.ttf)
2023-07-16 08:35:29 +00:00
2023-07-15 19:37:47 +00:00
2023-07-15 19:58:37 +00:00
![](marsey/2023-07-15_21-55.png)
2023-07-15 19:45:04 +00:00
# Noto Emoji
2022-08-11 11:35:56 +00:00
Noto Emoji (Stands for No Tofu) is an open source (Open Font License 1.1) emoji library that provides standard Unicode emoji support and tools for working with them including:
2015-08-17 21:53:17 +00:00
2022-08-11 11:35:56 +00:00
- A Unicode compliant color emoji [font](https://github.com/googlefonts/noto-emoji/raw/main/fonts/NotoColorEmoji.ttf).
- A full library of Noto color emoji font files including 3,633 vector svgs and pngs
- [Metadata](https://github.com/googlefonts/emoji-metadata) for Emoji Input (including shortcodes, emoji ordering, ascii equivalents)
2021-10-07 23:07:05 +00:00
2022-08-11 11:35:56 +00:00
## Color Font
2020-04-14 14:56:16 +00:00
2022-08-11 11:35:56 +00:00
The latest font file is found [here](https://github.com/googlefonts/noto-emoji/raw/main/fonts/NotoColorEmoji.ttf). If you want to download a specific version, please look at the gh-pages branch, where you will find the built assets for both our latest and older versions.
2022-08-11 11:35:56 +00:00
## Monochrome Font
2020-04-10 14:21:37 +00:00
2022-08-11 11:35:56 +00:00
The black-and-white emoji font is back under active development and is available as a [variable font](https://fonts.google.com/noto/specimen/Noto+Emoji)
2023-07-15 19:58:14 +00:00
## Using NotoColorEmoji
NotoColorEmoji uses the CBDT/CBLC color font format, which is supported by Android
and Chrome/Chromium OS. Windows supports it starting with Windows 10 Anniversary
2020-05-26 17:20:08 +00:00
Update in Chrome and Edge. On macOS, only Chrome supports it, while on Linux it will
support it with some fontconfig tweaking, see [issue #36](https://github.com/googlei18n/noto-emoji/issues/36). Currently we do not build other color font formats.
2022-08-11 11:35:56 +00:00
## A note about PNGs
2022-08-11 11:35:56 +00:00
The assets provided in the repo are all those used to build the NotoColorEmoji font. With one exception: the flag images in the font are PNG images to which transforms have been applied to standardize the size and generate the wave and border shadow. We do not have SVG versions that reflect these transforms.
## License
Emoji fonts (under the fonts subdirectory) are under the
[SIL Open Font License, version 1.1](fonts/LICENSE).<br/>
Tools and most image resources are under the [Apache license, version 2.0](./LICENSE).
Flag images under third_party/region-flags are in the public domain or
otherwise exempt from copyright ([more info](third_party/region-flags/LICENSE)).
## Contributing
2015-08-17 21:53:17 +00:00
Please read [CONTRIBUTING](CONTRIBUTING.md) if you are thinking of contributing to this project.