Wenzhuo Liu
b97ee93b8f
Support adjustment of more CJK punctuation ( #2456 )
2023-10-22 13:45:51 +02:00
Sébastien d'Herbais de Thun
838b56e72b
removed update_justifiable
( #2426 )
2023-10-18 13:36:24 +02:00
Sébastien d'Herbais de Thun
77b84675e5
Cache is_justifiable
( #2399 )
2023-10-17 18:12:34 +02:00
Peng Guanwen
e4d9db83ea
Automatically add spacing between CJK and Latin characters ( #2334 )
2023-10-17 11:14:09 +02:00
Sébastien d'Herbais de Thun
a59666369b
Part 5a: Gradients on text with relative: auto
or relative: "parent"
( #2364 )
2023-10-12 18:03:52 +02:00
tingerrr
0f24990579
Add quote
element ( #2252 )
2023-10-10 11:59:11 +02:00
Sébastien d'Herbais de Thun
0dd79bbad2
Add raw.line
( #2341 )
2023-10-10 11:56:16 +02:00
MALO
333e4037fc
Add Repr
trait ( #2269 )
2023-10-04 12:08:56 +02:00
Eric Biedert
55095246bf
Fix extent
for text decoration ( #2308 )
2023-10-04 10:56:55 +02:00
Sébastien d'Herbais de Thun
a4e357fb37
Gradient Part 2 - Linear gradients ( #2279 )
2023-10-03 19:31:02 +02:00
Laurenz
6b1233e127
Fix test failure
...
Before we tested with an unavailable font, but the hyphens were still visible. But now the hyphens respect fallback too, so it's really hard to test it. I am removing the test for now.
2023-10-03 16:22:10 +02:00
bluebear94
d709b0e247
Honor text’s fallback option for hyphenation ( #2301 )
2023-10-03 15:04:15 +02:00
bluebear94
ce658db2f3
ShapedText::push_hyphen: Use self.base for default hyphen range ( #2299 )
...
In the unlikely chance that we hyphenate after an empty line, we
set the glyph range to self.base..self.base so that subtracting
Fixes #2283 .
2023-10-03 15:02:27 +02:00
Sébastien d'Herbais de Thun
62f37ad4ab
Color fixes ( #2262 )
2023-09-29 15:04:08 +02:00
LU Jialin
ca2312deec
Enable font fallback for hyphen ( #2233 )
2023-09-28 17:01:21 +02:00
DVDTSB
e84cd13ce7
initial Romanian support ( #2246 )
2023-09-28 11:15:45 +02:00
Laurenz
d7928a8ea3
Extract IDE crate
2023-09-26 17:12:18 +02:00
tingerrr
0710d1c118
Add background
parameter to overline
, underline
and strike
( #2219 )
2023-09-25 16:19:48 +02:00
tingerrr
063e9afccf
Add custom smart quotes ( #2209 )
2023-09-25 16:19:22 +02:00
Sébastien d'Herbais de Thun
163c2e1aa2
Gradient Part 1 - Color rework ( #2171 )
2023-09-19 15:48:33 +02:00
Laurenz
de902d8775
Minor docs fixes
2023-09-14 14:59:16 +02:00
Laurenz
b471ac7d59
First-class types
...
Makes types first-class values.
2023-09-11 14:40:22 +02:00
Laurenz
921b40cf9c
Forward third-party errors
...
Better to know something even if it isn't always formatted in the prettiest way
2023-09-11 12:04:37 +02:00
LU Jialin
71dccde031
Provide highlight
function for setting the background color of text ( #2076 )
2023-09-11 10:46:39 +02:00
Anton Wetzel
ca1096de78
Replace tabs with spaces in raw elements. ( #2042 )
2023-08-31 10:06:31 +02:00
Laurenz
a71a2057f2
More type safety for spans
2023-08-29 17:35:35 +02:00
Kivi Kaitaniemi
139328bb95
Add Finnish translations ( #1996 )
2023-08-25 14:32:11 +02:00
Beiri22
ea469c2df6
calm down clippy even more ( #1997 )
2023-08-25 14:27:50 +02:00
bluebear94
3fcb5ea73c
Render opening smart quote after another opening quote of a different type ( #1559 )
2023-08-23 14:55:43 +02:00
Clemens Koza
73999fe823
Fix documentation on when raw text is a block. ( #1953 )
2023-08-21 16:53:45 +02:00
Kingfree
287556bc14
Local names for Chinese and Traditional Chinese ( #1919 )
2023-08-20 12:09:16 +02:00
Laurenz
44e5e9c5f1
Add hint for "access denied" message
2023-08-07 16:46:33 +02:00
Laurenz
07c80e9a81
Touch up docs
2023-08-07 15:58:16 +02:00
Laurenz
b8b0137504
Bytes type
...
- Moves `Bytes` from `util` to `eval` module
- Accepts bytes in `str` function for bytes -> str conversion
- Adds `bytes` function for str | array -> bytes conversion
- Adds `array` function for bytes -> array conversion
- Adds `len`, `at`, and `slice` methods for bytes
- Adds `encoding` parameter to `read` function
2023-08-04 15:46:46 +02:00
Adrián Delgado
7341bdf2d1
Cleanup docs ( #1797 )
2023-07-26 22:18:06 +02:00
Adrián Delgado
69e16a8877
Add Listing's Spanish translation ( #1798 )
2023-07-26 22:17:18 +02:00
damaxwell
8a57395ee4
Support OpenType writing script ( #1697 )
2023-07-19 12:25:24 +02:00
damaxwell
7a1cd362aa
Support for bounding box text edges ( #1626 )
2023-07-17 18:19:46 +02:00
Myriad-Dreamin
9b72ee4d22
Load theme for raw code ( #1675 )
2023-07-17 16:43:33 +02:00
T0mstone
46a6f92bf3
Add alternative smartquotes ( #1631 )
2023-07-06 13:52:24 +02:00
Sébastien d'Herbais de Thun
07553cbe71
Raw syntax definition loading ( #1655 )
2023-07-06 13:51:28 +02:00
bluebear94
cba200d4ec
Handle single and alternate substs for single glyphs in math mode ( #1592 )
2023-07-06 10:11:42 +02:00
Shogo Takata
dca56a8028
Add Japanese translation for LocalName ( #1662 )
2023-07-06 09:59:06 +02:00
Laurenz
ebfdb1dafa
Move everything into crates/
directory
2023-07-02 20:07:43 +02:00