1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:38:13 +00:00
serenity/Userland/Libraries/LibGfx/Font
Aliaksandr Kalenik 6891676fce LibGfx: Fix glyph render to create implied points in start/end of path
Implied point = point created by two subsequent "off curve" points.

Fixes following issues in function that builds glyph path from points:
- If first point is "off curve" it was wrongly treated as "on curve"
  which caused wrong first point position in the path.
- If both first and last points in the path are "off curve" implied
  point was not created between them which caused wrong path shape in
  the end of the path.
2023-05-26 05:21:08 +02:00
..
OpenType LibGfx: Fix glyph render to create implied points in start/end of path 2023-05-26 05:21:08 +02:00
WOFF LibGfx/OpenType: Support one specific type of embedded color bitmaps 2023-03-06 10:52:55 +01:00
BitmapFont.cpp LibGfx: Add Core::File variant of BitmapFont::write_to_file 2023-05-05 16:25:55 +01:00
BitmapFont.h LibGfx: Add Core::File variant of BitmapFont::write_to_file 2023-05-05 16:25:55 +01:00
Emoji.cpp Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Emoji.h LibGfx+LibUnicode: Support specifying the path to search for emoji 2023-03-01 14:54:16 +00:00
Font.cpp LibGfx: Add ability to request glyphs at subpixel offsets to fonts 2023-01-05 12:09:35 +01:00
Font.h LibGfx+Userland: Add width_rounded_up() helper 2023-04-15 15:24:50 +02:00
FontDatabase.cpp LibGfx: Add search path to debug output in FontDatabase 2023-05-22 10:23:08 +02:00
FontDatabase.h LibGfx: Pass font width to FontDatabase::get() 2023-02-05 08:06:06 +00:00
FontStyleMapping.h LibGfx: Convert FontStyleMappings to Arrays 2023-05-13 12:53:49 +02:00
PathRasterizer.cpp LibGfx: Prevent out-of-bounds accumulation in PathRasterizer 2023-04-19 06:05:10 +02:00
PathRasterizer.h LibGfx+LibPDF: Apply subpixel offset in affine transformation 2023-01-05 13:50:26 +01:00
ScaledFont.cpp LibGfx+Userland: Add width_rounded_up() helper 2023-04-15 15:24:50 +02:00
ScaledFont.h LibGfx+Userland: Add width_rounded_up() helper 2023-04-15 15:24:50 +02:00
Typeface.cpp LibGfx: Pass font width to FontDatabase::get() 2023-02-05 08:06:06 +00:00
Typeface.h LibGfx: Pass font width to FontDatabase::get() 2023-02-05 08:06:06 +00:00
VectorFont.h LibGfx/OpenType: Support one specific type of embedded color bitmaps 2023-03-06 10:52:55 +01:00