MacDue
|
81a3ec0692
LibGfx: Add Painter::get_pixel()
|
3 年 前 |
Hediadyoin1
|
527fed1391
LibGfx: Purge doubles from Painter and use more of AK::Math
|
3 年 前 |
Karol Kosek
|
8a9211de4b
LibGfx: Add the glyph spacing also to spaces in Painter::draw_text_run()
|
3 年 前 |
Hendiadyoin1
|
9aa4958234
LibGfx: Use round_to<int> in Painter::draw_text_line
|
3 年 前 |
Simon Danner
|
9ad9c72827
LibGfx: Draw complex emojis correctly
|
3 年 前 |
Simon Wanner
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 年 前 |
Jelle Raaijmakers
|
7334636933
LibGfx: Return kerning values as a `float` instead of `int`
|
3 年 前 |
Jelle Raaijmakers
|
ee9a2e0715
LibGfx: Implement font kerning for `Painter::draw_text_run`
|
3 年 前 |
Andreas Kling
|
7850628ff1
LibGfx: Add Painter::draw_text_run(), a simplified text painting API
|
3 年 前 |
Andreas Kling
|
5c5e4b5ae5
Revert "LibGfx: Remove bogus baseline adjustment in Painter's draw_text_line()"
|
3 年 前 |
Andreas Kling
|
2b2915656d
LibGfx: Remove bogus baseline adjustment in Painter's draw_text_line()
|
3 年 前 |
Andreas Kling
|
65629d26fe
LibGfx: Use Font::pixel_size() instead of glyph_height() when painting
|
3 年 前 |
MacDue
|
3c0e17f29f
LibGfx: Support scaling in AntiAliasingPainter::draw_circle()
|
3 年 前 |
Jelle Raaijmakers
|
b17fb76ace
LibGfx: Implement TTF kerning tables
|
3 年 前 |
Jelle Raaijmakers
|
bec474d99b
LibGfx: Calculate source rect once in `do_draw_scaled_bitmap`
|
3 年 前 |
Jelle Raaijmakers
|
f790a69431
LibGfx: Draw last row and column of scaled bitmaps in Painter
|
3 年 前 |
Simon Wanner
|
4f348f1733
LibGfx: Clip away coordinates outside the source bitmap
|
3 年 前 |
Simon Wanner
|
917d06fa30
LibGfx: Clamp coordinates for bilinear blending correctly
|
3 年 前 |
Andreas Kling
|
d09e8978c2
LibGfx: Be more aggressive when splitting bezier curves
|
3 年 前 |
MacDue
|
51e54ab1ba
LibGfx: AntiAliasingPainter::draw_circle/fill_rect_with_rounded_corners
|
3 年 前 |
Lenny Maiorani
|
9c56a83b76
Libraries: Use default constructors/destructors in LibGfx
|
3 年 前 |
Joe Petrus
|
2632f6ae65
LibGfx: Abort draw_circle_arc_intersecting with 0 radius
|
3 年 前 |
Vrins
|
3b22fd9a9f
LibGfx: Add support for TextAlignment::TopCenter / BottomCenter
|
3 年 前 |
Andreas Kling
|
9fa78b1a05
LibGfx: Don't mix up red/blue channels when blitting RGBA8888 bitmap
|
3 年 前 |
Andreas Kling
|
a6a8ba80fc
LibGfx: Rename Color::from_rgba() => Color::from_argb()
|
3 年 前 |
Andreas Kling
|
5ace66a903
LibGfx: Rename RGBA32 => ARGB32
|
3 年 前 |
Linus Groh
|
c5c026890e
LibGfx: Add basic variation selector and regional indicator support :^)
|
3 年 前 |
Linus Groh
|
cab032f1ee
LibGfx+LibGUI: Support multi code point emojis in text painting :^)
|
3 年 前 |
Steven Schmoll
|
d345a3689f
LibGfx: Support color blending in Painter::draw_bitmap
|
3 年 前 |
Tobias Christiansen
|
0277118cb4
LibGfx: Add Painter::draw_triangle_wave()
|
3 年 前 |