change default fonts #16

Open
rajayonin wants to merge 1 commits from rajayonin/rivet-typst:dev into dev
Contributor

Change them to ones that come included w/ Typst.

Closes #15, closes #9

Change them to ones that come included w/ Typst. Closes #15, closes #9
rajayonin added 1 commit 2025-11-10 08:26:06 +00:00
Change them to ones that come included w/ Typst.

Closes #15, closes #9
Owner

This breaks right-aligned labels as can be seen in example 2. This is probably due to the way label positions are computed.

The problem is that the package was initially a simple port of a python script, without much thought put into using CeTZ' features.
I do need to re-implement most of the rendering process to better leverage CeTZ functionalities instead of computing absolute coordinates (e.g. anchors, groups and relative positioning)

This breaks right-aligned labels as can be seen in example 2. This is probably due to the way label positions are computed. The problem is that the package was initially a simple port of a [python script](https://git.kb28.ch/HEL/rivet/), without much thought put into using CeTZ' features. I do need to re-implement most of the rendering process to better leverage CeTZ functionalities instead of computing absolute coordinates (e.g. anchors, groups and relative positioning)
rajayonin force-pushed dev from 730e4d7fc3 to 1ae489cb94 2025-11-28 12:36:17 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u dev:rajayonin-dev
git checkout rajayonin-dev
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: HEL/rivet-typst#16
No description provided.