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.h
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2020-12-31
LibGfx: Introduce provisional font interface
Stephan Unverwerth
2020-12-31
LibGfx: Add Gfx::Font::bold_variant() that does a proper font lookup
Andreas Kling
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-06
LibGfx: Fix font x-height computation
Andreas Kling
2020-11-15
LibGfx: Don't leak malloc memory in cloned fonts
Andreas Kling
2020-10-25
LibGfx+LibGUI+Clients: Make fonts findable by their qualified name
Andreas Kling
2020-10-25
LibGfx+FontEditor+Fonts: Add family, size and weight metadata to fonts
Andreas Kling
2020-10-05
LibGfx+FontEditor+Fonts: Add "mean line" value to all fonts
Luke
2020-09-19
LibGfx+FontEditor+Base: Add "baseline" value to all fonts
Andreas Kling
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-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
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-05-09
LibGfx: Add new methods to Font to avoid embedded values in FontEditor
Hüseyin ASLITÜRK
2020-02-23
LibGfx: Add a way to construct an empty Font with arbitrary metrics
Andreas Kling
2020-02-15
LibGfx: Reduce header dependencies of Bitmap and Font
Andreas Kling
2020-02-15
LibGfx: Remove Utf8View.h dependency from Font.h
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling