1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:57:44 +00:00

LibDraw: Add emoji support to the Font class

https://github.com/SerenityOS/serenity/issues/490
This commit is contained in:
Sergey Bugaev 2019-09-04 23:45:55 +03:00 committed by Andreas Kling
parent 9d64c60e01
commit 27380b9d2b
3 changed files with 38 additions and 11 deletions

View file

@ -12,7 +12,8 @@ AK_OBJS = \
../../AK/JsonObject.o \
../../AK/JsonParser.o \
../../AK/LogStream.o \
../../AK/MappedFile.o
../../AK/MappedFile.o \
../../AK/Utf8View.o
LIBC_OBJS = \
SharedBuffer.o \