mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-07-08 21:36:59 +00:00
Update README.md
This commit is contained in:
parent
d9b17b2eca
commit
643bbcde8b
1 changed files with 1 additions and 1 deletions
|
@ -68,5 +68,5 @@ But please be aware that changing the emoji font using this snippet isn't very e
|
||||||
```
|
```
|
||||||
In this case, the font specified in `assets/NoEmojiCompat.ttf` will be used until `/storage/emulated/0/Android/[yourpackage]/files/emoji.ttf` exists and includes a valid `EmojiCompat` font.
|
In this case, the font specified in `assets/NoEmojiCompat.ttf` will be used until `/storage/emulated/0/Android/[yourpackage]/files/emoji.ttf` exists and includes a valid `EmojiCompat` font.
|
||||||
This method combines the easy approach of `AssetEmojiCompatConfig` and the flexibility of `FileEmojiCompatConfig` with some tradeoffs on the usability side.
|
This method combines the easy approach of `AssetEmojiCompatConfig` and the flexibility of `FileEmojiCompatConfig` with some tradeoffs on the usability side.
|
||||||
If you need a different asset path for your fallback file, you can simply add it as another argument when creating this font. This feature has been introduced in `1.0.7`.
|
If you need a different asset path for your fallback file, you can simply add it as another argument for `FileEmojiCompatConfig`. This feature has been introduced in `1.0.7`.
|
||||||
**_PLEASE use at least this method in your app. It's always better to give the users a choice._**
|
**_PLEASE use at least this method in your app. It's always better to give the users a choice._**
|
||||||
|
|
Loading…
Add table
Reference in a new issue