index
:
typst
0.10
0.11
0.11-with-extras
0.11.1-with-extras
0.12
0.12.0-with-extras
0.13
0.6
0.7
0.8
0.9
better-lists
consistent-html-frame-size
digital-signatures
html-content-models
improve-raw-docs
in-operator-for-modules
main
parallel-iterations
pdf-accessibility
pdf-lang
rect-strokes
ref-cite-warn
repeat-figure-caption
table-subfooters
type-str-compat-round-2
warn-suppression
MSM's mirror of Typst
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
typst-library
/
src
/
text
/
shaping.rs
Age
Commit message (
Collapse
)
Author
2023-11-24
Merge `typst` and `typst-library`
Laurenz
2023-11-19
Streamline imports
Laurenz
2023-11-06
Improve reshape condition (#2547)
Peng Guanwen
2023-11-06
Content rework 2 - Electric Boogaloo (#2504)
Sébastien d'Herbais de Thun
2023-10-22
Support adjustment of more CJK punctuation (#2456)
Wenzhuo Liu
2023-10-18
removed `update_justifiable` (#2426)
Sébastien d'Herbais de Thun
2023-10-17
Cache `is_justifiable` (#2399)
Sébastien d'Herbais de Thun
2023-10-17
Automatically add spacing between CJK and Latin characters (#2334)
Peng Guanwen
2023-10-03
Gradient Part 2 - Linear gradients (#2279)
Sébastien d'Herbais de Thun
2023-10-03
Fix test failure
Laurenz
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
Honor text’s fallback option for hyphenation (#2301)
bluebear94
2023-10-03
ShapedText::push_hyphen: Use self.base for default hyphen range (#2299)
bluebear94
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-09-28
Enable font fallback for hyphen (#2233)
LU Jialin
2023-09-11
Provide `highlight` function for setting the background color of text (#2076)
LU Jialin
2023-07-19
Support OpenType writing script (#1697)
damaxwell
2023-07-17
Support for bounding box text edges (#1626)
damaxwell
2023-07-06
Handle single and alternate substs for single glyphs in math mode (#1592)
bluebear94
2023-07-02
Move everything into `crates/` directory
Laurenz