Laurenz Stampfl

Results 29 issues of Laurenz Stampfl

Add support for date & time handling in Typst. # Todo list - [x] Improve error messages for parse/format failures by accessing the errors structs from the `time` crate. #...

Here is the [corresponding specification](https://www.w3.org/TR/SVG2/painting.html#SpecifyingPaint). This is still a WIP, in particular, the following I still haven't looked into more deeply (as I'm still unfamiliar with the codebase) and I...

### Description In the past, people have repeatedly reported having issues with printing their Typst documents (while they look completely fine when opened in a PDF viewer). Debugging these problems...

help wanted
pdf
tracking-issue

The [subsetter](https://github.com/typst/subsetter) we currently use doesn't yield very great results for CFF-flavored fonts, meaning that PDFs can end up being pretty big when generating documents with such fonts. Subsetting CFF...

enhancement

It currently is not supported. However, unfortunately it is quite difficult to implement because PDF doesn't have native support for this.

enhancement

There have been numerous issues (e.g. #43 #44 #63) where people have had issues with text not showing up. Those are all very likely because the exact font isn't installed...

enhancement

An attempt to tackle https://github.com/RazrFalcon/resvg/issues/710#issuecomment-2042380784. The basic idea is that we call `resolve_font` and `find_font_for_char` to tell the user which fonts we want (which the user can then dynamically load...

### Description Given the following code: ```typ #set text(fallback: false, font: "Twitter Color Emoji", size: 64pt) 😀😃😄😁😆😅😂🤣🥲🥹 ``` PNG output: PDF output: ### Reproduction URL _No response_ ### Operating system...

bug
pdf

Still in-progress and far from being done. Just opening this so people know that it is being worked on.