summaryrefslogtreecommitdiff
path: root/Libraries/LibTTF
AgeCommit message (Expand)Author
2021-01-05LibTTF: Guard against unsigned overflow in TTF table parsingAndreas Kling
2021-01-03Toolchain+LibTTF: Remove some blank line at the end of CMake files.Emanuele Torre
2021-01-02Lagom/Fuzzers: Add TTF fuzzerLuke
2021-01-02LibTTF: Add option to load font from a byte bufferLuke
2020-12-31Everywhere: Fix more typosLuke
2020-12-30LibTTF: Cache rasterized glyphs within TTF::ScaledFontStephan Unverwerth
2020-12-30LibTTF: Use ReadonlyBytes where possible to avoid copiesStephan Unverwerth
2020-12-30LibTTF: Do not assert on glyphs with broken line coordinatesStephan Unverwerth
2020-12-30LibTTF: Use ByteBuffer::copy() since wrap() was removedStephan Unverwerth
2020-12-30LibTTF: Use AffineTransform::multiply() instead of * operatorStephan Unverwerth
2020-12-30LibTTF: Fix code after rebaseStephan Unverwerth
2020-12-30LibTTF: Address code-style comments, gracefully handle load failures.Srimanta Barua
2020-12-30LibTTF: Split up Font.h into smaller internal header files.Srimanta Barua
2020-12-30LibTTF: Initial work on parsing and rasterizing composite glyphs.Srimanta Barua
2020-12-30LibTTF: Reorganized TTF parsing code into LibTTFSrimanta Barua