summaryrefslogtreecommitdiff
path: root/Libraries/LibDraw/Font.cpp
AgeCommit message (Expand)Author
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-10-19LibDraw: Store emojis in a HashMap<u32, RefPtr<GraphicsBitmap>>Andreas Kling
2019-09-30ByteBuffer: Remove pointer() in favor of data()Andreas Kling
2019-09-05LibDraw: Add emoji support to the Font classSergey Bugaev
2019-08-04LibDraw: Add Font::default_bold_fixed_width_font()Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling