mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
LibDraw: Add emoji support to the Font class
https://github.com/SerenityOS/serenity/issues/490
This commit is contained in:
parent
9d64c60e01
commit
27380b9d2b
3 changed files with 38 additions and 11 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue