summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/Font.h
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-12-31LibGfx: Introduce provisional font interfaceStephan Unverwerth
2020-12-31LibGfx: Add Gfx::Font::bold_variant() that does a proper font lookupAndreas Kling
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-06LibGfx: Fix font x-height computationAndreas Kling
2020-11-15LibGfx: Don't leak malloc memory in cloned fontsAndreas Kling
2020-10-25LibGfx+LibGUI+Clients: Make fonts findable by their qualified nameAndreas Kling
2020-10-25LibGfx+FontEditor+Fonts: Add family, size and weight metadata to fontsAndreas Kling
2020-10-05LibGfx+FontEditor+Fonts: Add "mean line" value to all fontsLuke
2020-09-19LibGfx+FontEditor+Base: Add "baseline" value to all fontsAndreas Kling
2020-08-16LibGfx: Add initial font family matchingthankyouverycool
2020-08-07LibGfx: Add dummy Font::x_height() getterAndreas Kling
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-21LibGfx: Font, extend fonts to 384 character to support LatinExtendedAHüseyin ASLITÜRK
2020-05-17LibGfx: Let's make it Font::width(Utf32View)Andreas Kling
2020-05-17LibGfx: Add Font::width(u32* codepoints, size_t)Andreas Kling
2020-05-09LibGfx: Add new methods to Font to avoid embedded values in FontEditorHüseyin ASLITÜRK
2020-02-23LibGfx: Add a way to construct an empty Font with arbitrary metricsAndreas Kling
2020-02-15LibGfx: Reduce header dependencies of Bitmap and FontAndreas Kling
2020-02-15LibGfx: Remove Utf8View.h dependency from Font.hAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling