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
Age
Commit message (
Expand
)
Author
2021-01-05
LibTTF: Guard against unsigned overflow in TTF table parsing
Andreas Kling
2021-01-03
Toolchain+LibTTF: Remove some blank line at the end of CMake files.
Emanuele Torre
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-31
Everywhere: Fix more typos
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: Do not assert on glyphs with broken line coordinates
Stephan Unverwerth
2020-12-30
LibTTF: Use ByteBuffer::copy() since wrap() was removed
Stephan Unverwerth
2020-12-30
LibTTF: Use AffineTransform::multiply() instead of * operator
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