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
/
LibTTF
/
Font.cpp
Age
Commit message (
Expand
)
Author
2021-07-11
LibTTF: Port width calculation changes from BitmapFont
LuK1337
2021-07-09
LibTTF: Use en-us naming table if available
LuK1337
2021-07-04
LibTTF: Memory map TTF fonts instead of reading them into heap memory
Andreas Kling
2021-07-04
LibTTF: Make TTF::Font loading API return error strings
Andreas Kling
2021-06-01
Everywhere: codepoint => code point
Andreas Kling
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibTTF: Make load_from_file() take String instead of StringView
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-16
LibTTF: Interpret font names from Windows platform as UTF-16BE
Andreas Kling
2021-02-15
LibTTF: Address some minor TODOs in the font implementation
Stephan Unverwerth
2021-02-15
LibTTF: Add hack for recognizing fixed-width fonts
Stephan Unverwerth
2021-02-15
LibGfx+LibTTF: Allow Painter to draw TTF glyphs
Stephan Unverwerth
2021-02-15
LibGUI+LibGfx+LibTTF: Make fontpicker handle TTF fonts
Stephan Unverwerth
2021-02-15
LibGfx: Insert pixel and ttf fonts into Typeface structure
Stephan Unverwerth
2021-02-15
LibTTF: Parse TTF "name" table
Stephan Unverwerth
2021-02-08
LibTTF: Check if the given offset plus offset table size would overflow
Luke
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling