We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d6985 commit 56bcca3Copy full SHA for 56bcca3
FONTLOG.txt
@@ -101,6 +101,10 @@ ITALIC V2
101
04-23-2024 (Dustin L. Howett)
102
- Minted version 2404.23
103
104
+07-24-2024 (Aaron Bell, Dustin L. Howett)
105
+- Fixed hinting issue for Arabic glyphs
106
+- Minted version 2407.24
107
+
108
Acknowledgements
109
-----------------------------------
110
build.py
@@ -23,8 +23,8 @@
23
import vttLib.transfer
24
from vttmisc import tsi1, tsic
25
26
-VERSION_YEAR_MONTH = 2404
27
-VERSION_DAY = 23
+VERSION_YEAR_MONTH = 2407
+VERSION_DAY = 24
28
OUTPUT_DIR = Path("build")
29
OUTPUT_OTF_DIR = OUTPUT_DIR / "otf"
30
OUTPUT_TTF_DIR = OUTPUT_DIR / "ttf"
0 commit comments