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
/
LibTTF
/
Font.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-05
LibTTF: Guard against unsigned overflow in TTF table parsing
Andreas Kling
2021-01-02
Lagom/Fuzzers: Add TTF fuzzer
Luke
2021-01-02
LibTTF: Add option to load font from a byte buffer
Luke
2020-12-30
LibTTF: Cache rasterized glyphs within TTF::ScaledFont
Stephan Unverwerth
2020-12-30
LibTTF: Use ReadonlyBytes where possible to avoid copies
Stephan Unverwerth
2020-12-30
LibTTF: Use ByteBuffer::copy() since wrap() was removed
Stephan Unverwerth
2020-12-30
LibTTF: Fix code after rebase
Stephan Unverwerth
2020-12-30
LibTTF: Address code-style comments, gracefully handle load failures.
Srimanta Barua
2020-12-30
LibTTF: Split up Font.h into smaller internal header files.
Srimanta Barua
2020-12-30
LibTTF: Initial work on parsing and rasterizing composite glyphs.
Srimanta Barua
2020-12-30
LibTTF: Reorganized TTF parsing code into LibTTF
Srimanta Barua