mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-07-08 13:36:40 +00:00
Update README.md
This commit is contained in:
parent
0d108324e1
commit
420b50869c
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@
|
|||
This is a library providing an easy solution to use [EmojiCompat](https://developer.android.com/guide/topics/ui/look-and-feel/emoji-compat)
|
||||
with fonts that are either stored in the `assets`-folder with another name than `NotoColorEmojiCompat.ttf` or you can use
|
||||
EmojiCompat fonts which are stored anywhere on the device's local storage.
|
||||
## How do I get this library?
|
||||
That's relatively easy: Just add the following line to your module's `build.gradle` inside `dependencies`:
|
||||
```
|
||||
implementation 'de.c1710:filemojicompat:1.0.1'
|
||||
```
|
||||
## How do I use it?
|
||||
There are two different methods included in this library:
|
||||
1. ### [`AssetEmojiCompatConfig`](https://github.com/C1710/blobmoji/blob/filemojicompat/emojicompat/FileMojiCompat/filemojicompat/src/main/java/de/c1710/filemojicompat/AssetEmojiCompatConfig.java)
|
||||
|
|
Loading…
Add table
Reference in a new issue