1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:27:45 +00:00

LibDraw: Introduce an Emoji class

This class can locate and load emojis, which are expected to be stored
as regular PNG images at /res/emoji/U+XXXX.png, where XXXX is the
character codepoint.

https://github.com/SerenityOS/serenity/issues/490
This commit is contained in:
Sergey Bugaev 2019-09-04 23:42:30 +03:00 committed by Andreas Kling
parent 55197ed4ef
commit 9d64c60e01
3 changed files with 48 additions and 1 deletions

View file

@ -9,7 +9,8 @@ OBJS = \
Painter.o \
PNGLoader.o \
Rect.o \
StylePainter.o
StylePainter.o \
Emoji.o
LIBRARY = libdraw.a
DEFINES += -DUSERLAND