summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/FontDatabase.cpp
AgeCommit message (Expand)Author
2021-09-24LibGfx: Remove debug spam about not having some font installedAndreas Kling
2021-09-04LibGfx: Make FontDatabase cache store fonts in NonnullRefPtrAndreas Kling
2021-07-29LibTTF/LibGfx: Remove circular dependency by merging LibTTF into LibGfxAndrew Kaster
2021-07-11LibGfx: Try to get TTF font when query is not in name->font mapLuK1337
2021-07-04LibTTF: Make TTF::Font loading API return error stringsAndreas 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-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibGfx: Minor clean-ups in Gfx::FontDatabaseAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-16LibGfx: Remove debug spam from FontDatabase lookupsAndreas Kling
2021-02-15LibGfx: Remove static load_from_file() from abstract Font classStephan Unverwerth
2021-02-15LibGUI+LibGfx+LibTTF: Make fontpicker handle TTF fontsStephan Unverwerth
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