index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGfx
/
FontDatabase.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-27
LibGfx: Make FontDatabase lookups take font (point) sizes as float
Andreas Kling
2022-03-17
Libraries: Use default constructors/destructors in LibGfx
Lenny Maiorani
2022-03-16
LibGfx: Make FontDatabase API use FlyString for family and variant
Andreas Kling
2022-02-25
LibGfx: Add Font::AllowInexactSizeMatch parameter to font lookup
Andreas Kling
2022-02-13
LibGfx: Allow changing the default font path
Filiph Sandström
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-05-21
LibGfx+WindowServer: Have WindowServer broadcast system font settings
Andreas Kling
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()
Andreas Kling
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-19
Everywhere: Add missing includes for <AK/OwnPtr.h>
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-29
LibGUI: Enable the use of font properties through GML
Edgar Araújo
2021-02-15
LibGfx: Add more query methods to FontDatabase and Typeface
Stephan Unverwerth
2021-02-15
LibGfx: Insert pixel and ttf fonts into Typeface structure
Stephan Unverwerth
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling