mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:37:35 +00:00
LibGfx: Use AntiAliasingPainter::fill_path() for drawing font glyphs
Using the general AA painter fill_path() is indistinguishable from the previous rasterizer, so this switch simply allows us to share more code.
This commit is contained in:
parent
c8e0db5061
commit
e1cf868e6e
7 changed files with 28 additions and 171 deletions
|
@ -21,7 +21,6 @@ set(SOURCES
|
|||
Font/OpenType/Font.cpp
|
||||
Font/OpenType/Glyf.cpp
|
||||
Font/OpenType/Hinting/Opcodes.cpp
|
||||
Font/PathRasterizer.cpp
|
||||
Font/ScaledFont.cpp
|
||||
Font/Typeface.cpp
|
||||
Font/WOFF/Font.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue