summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/FontDatabase.h
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-27LibGfx: Make FontDatabase lookups take font (point) sizes as floatAndreas Kling
2022-03-17Libraries: Use default constructors/destructors in LibGfxLenny Maiorani
2022-03-16LibGfx: Make FontDatabase API use FlyString for family and variantAndreas Kling
2022-02-25LibGfx: Add Font::AllowInexactSizeMatch parameter to font lookupAndreas Kling
2022-02-13LibGfx: Allow changing the default font pathFiliph Sandström
2022-02-01Everywhere: Fully qualify font names by including their slopethankyouverycool
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-05-21LibGfx+WindowServer: Have WindowServer broadcast system font settingsAndreas Kling
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()Andreas Kling
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-29LibGUI: Enable the use of font properties through GMLEdgar Araújo
2021-02-15LibGfx: Add more query methods to FontDatabase and TypefaceStephan Unverwerth
2021-02-15LibGfx: Insert pixel and ttf fonts into Typeface structureStephan Unverwerth
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling