summaryrefslogtreecommitdiff
path: root/Libraries/LibDraw/Font.cpp
AgeCommit message (Expand)Author
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-05LibDraw: Don't specify LibC/ in standard include pathsjoshua stein
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-30LibDraw: Store glyph spacing information in the fonts headersTibor Nagy
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