index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGfx
/
Font.cpp
Age
Commit message (
Expand
)
Author
2020-08-16
LibGfx: Add initial font family matching
thankyouverycool
2020-08-07
LibGfx: Add dummy Font::x_height() getter
Andreas Kling
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-07-23
Lagom: Add LibGemini, LibGfx
Nico Weber
2020-05-21
LibGfx: Font, extend fonts to 384 character to support LatinExtendedA
Hüseyin ASLITÜRK
2020-05-17
LibGfx: Let's make it Font::width(Utf32View)
Andreas Kling
2020-05-17
LibGfx: Add Font::width(u32* codepoints, size_t)
Andreas Kling
2020-03-11
LibGfx: Do not assert on failed font file loads
Tibor Nagy
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-02-23
LibGfx: Fix accidentally hardcoded font height in Font::clone()
Tibor Nagy
2020-02-23
LibGfx: Add a way to construct an empty Font with arbitrary metrics
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling