added ltr-bits config option

This commit is contained in:
2025-04-15 18:19:51 +02:00
parent a935484665
commit 65d11fc920
3 changed files with 51 additions and 15 deletions

View File

@@ -23,7 +23,8 @@
width: 1200,
height: 800,
full-page: false,
all-bit-i: true
all-bit-i: true,
ltr-bits: false,
) = {
return (
default-font-family: default-font-family,
@@ -50,7 +51,8 @@
width: width,
height: height,
full-page: full-page,
all-bit-i: all-bit-i
all-bit-i: all-bit-i,
ltr-bits: ltr-bits,
)
}