-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
change requestA proposal for changes to an existing featureA proposal for changes to an existing featuretextText layout, shaping, internationalization, etc.Text layout, shaping, internationalization, etc.
Description
Description
Typst prettifies some font names, but ideally the true name should also work, that is, in the example below both line 2 and 3 should render in New CM.
Hello \
#text(font: "NewComputerModern10")[Hello] \
#text(font: "New Computer Modern")[Hello]
Moreover, conceivably a font could be selectable via full name or perhaps also PostScript name:
_Hello_ \
#text(font: "Linux Libertine Italic")[Hello]
Use Case
More compatibility.
JeyRunner, Andrew15-5, StomyPX, l0wx, bluebear94 and 7 more
Metadata
Metadata
Assignees
Labels
change requestA proposal for changes to an existing featureA proposal for changes to an existing featuretextText layout, shaping, internationalization, etc.Text layout, shaping, internationalization, etc.