Timothy Flynn
|
c804bda5fd
LibUnicode: Replace code point properties with ICU
|
1 年之前 |
Andreas Kling
|
345ae18929
LibGfx: Remove Gfx::Painter::draw_text() and helpers
|
1 年之前 |
Andreas Kling
|
1a2a34fa43
LibGfx: Remove Bitmap::glyph_spacing()
|
1 年之前 |
Timothy Flynn
|
d9349f1510
LibGfx: Treat "\r\n" as a single line break during text layout
|
1 年之前 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
Aliaksandr Kalenik
|
0d03257e69
LibGfx+LibAccelGfx+LibWeb: Use RefPtr for font in DrawGlyphOrEmoji
|
1 年之前 |
Aliaksandr Kalenik
|
681771d210
LibGfx+LibWeb: Calculate and save glyph positions during layout
|
1 年之前 |
Aliaksandr Kalenik
|
efdbd8238e
LibGfx: Decouple glyph positions calculation from draw_text_run()
|
1 年之前 |
Timothy Flynn
|
b823f3d29f
LibGfx: Consider multi-code point glyphs when computing text width
|
2 年之前 |
Andreas Kling
|
b2d3ceaec5
LibGfx: Make text painting better at aligning vector fonts vertically
|
2 年之前 |
Andreas Kling
|
6b421fb521
LibGfx: Slim down Gfx::TextLayout API by removing unused accessors
|
2 年之前 |
MacDue
|
a1726b1ba5
LibGfx: Avoid rounding/truncating glyph positions till blitting
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
Andreas Kling
|
65629d26fe
LibGfx: Use Font::pixel_size() instead of glyph_height() when painting
|
3 年之前 |
sin-ack
|
7f1677d574
LibGfx: Take the glyph spacing into account when building a line
|
4 年之前 |
sin-ack
|
89d5797705
LibGfx: Remove extra space considered during wrapping
|
4 年之前 |
Andreas Kling
|
d5a27d77d7
LibGfx: Hotfix a -Wmaybe-uninitialized failure on the build bots
|
4 年之前 |
sin-ack
|
7696e96c7f
LibGfx: Make TextLayout algorithm whitespace-aware
|
4 年之前 |
sin-ack
|
e11940fd01
Userland: Move text wrapping/elision into the new TextLayout :^)
|
4 年之前 |