Skip to content

Commit ad5a91a

Browse files
Update docs
1 parent e345a7f commit ad5a91a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/frameworks/font-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ clean = FontManager.normalizeEmojiText("❤️") # removes U+FE0F after ❤
163163

164164
## Emoji Assets
165165

166-
Emoji PNGs are stored in `internal_filesystem/builtin/res/emojis/` and are included in the firmware image at `/builtin/res/emojis/` on the device filesystem:
166+
To keep firmware image size small, the OS bundles ~50 of the most frequently-used emoji codepoints. Individual apps can bundle additional emoji PNGs in their own assets directory. Emoji PNGs are stored in `internal_filesystem/builtin/res/emojis/` and are included in the firmware image at `/builtin/res/emojis/` on the device filesystem:
167167

168168
```
169169
builtin/res/emojis/

0 commit comments

Comments
 (0)