1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00
serenity/Libraries/LibTTF
Stephan Unverwerth 187acd8f21 LibTTF: Do not assert on glyphs with broken line coordinates
Until we figure out what causes this problem or we can
fixup the coordinates we should simply not render this line.
2020-12-30 20:40:30 +01:00
..
CMakeLists.txt LibTTF: Reorganized TTF parsing code into LibTTF 2020-12-30 20:40:30 +01:00
Cmap.cpp LibTTF: Use ByteBuffer::copy() since wrap() was removed 2020-12-30 20:40:30 +01:00
Cmap.h LibTTF: Address code-style comments, gracefully handle load failures. 2020-12-30 20:40:30 +01:00
Font.cpp LibTTF: Use ByteBuffer::copy() since wrap() was removed 2020-12-30 20:40:30 +01:00
Font.h LibTTF: Address code-style comments, gracefully handle load failures. 2020-12-30 20:40:30 +01:00
Glyf.cpp LibTTF: Do not assert on glyphs with broken line coordinates 2020-12-30 20:40:30 +01:00
Glyf.h LibTTF: Use AffineTransform::multiply() instead of * operator 2020-12-30 20:40:30 +01:00
Tables.h LibTTF: Address code-style comments, gracefully handle load failures. 2020-12-30 20:40:30 +01:00