summaryrefslogtreecommitdiff
path: root/misc/tools
AgeCommit message (Expand)AuthorFilesLines
2023-11-19change wght mappings, making it so that values exposed to the user are the ex...Rasmus Andersson1-36/+45
2023-11-19change default opsz axis value to "text" (14)Rasmus Andersson2-10/+11
2023-09-27adjusted tools for v4 websiteRasmus Andersson2-42/+46
2023-09-09fix version property in misc/tools/fontinfo.pyRasmus Andersson1-3/+6
2023-06-15remove debug printing from misc/tools/lsstat.pyRasmus Andersson1-1/+1
2023-06-15adds two debugging tools: lsfvar.py & lsstat.pyRasmus Andersson2-0/+378
2023-06-14STAT table with format 1 & 2 records instead of format 3, re #577Rasmus Andersson1-25/+53
2023-06-13use a v1.1 STAT table with format 1 & 3 records (instead of v1.2 with format ...Rasmus Andersson1-9/+40
2023-06-12make sure fvar ps name for InterVariableItalic is not identical to ID 25. Re ...Rasmus Andersson1-1/+4
2023-06-12use unique name ID 25 for variable fonts, re #577Rasmus Andersson2-11/+22
2023-06-12adds --no-labels option to misc/tools/lsname.pyRasmus Andersson1-20/+35
2023-06-12fixes OS/2 table usWeightClass entry in static fonts by rounding to nearest 1...v4.0-beta9gRasmus Andersson1-0/+3
2023-06-12make sure "Italic" is excluded from familyName in UFO fontinfo, re #519Rasmus Andersson1-1/+1
2023-06-12improvements to misc/tools/lsname.pyRasmus Andersson1-19/+40
2023-06-12adds tool lsname.py for listing name table entries of fontsRasmus Andersson1-0/+258
2023-06-08fixes name table entries for static files, re issue #519Rasmus Andersson2-3/+27
2023-06-08attempt at fixing names for Windows, re issue #519Rasmus Andersson3-32/+32
2023-06-07tooling: always include name ID in name table in misc/tools/fontinfo.pyRasmus Andersson1-1/+3
2023-06-05tooling: minor cleanupRasmus Andersson2-1/+23
2023-06-05changes style names to remove spaces, i.e. "Extra Bold" -> "ExtraBold". This ...Rasmus Andersson1-13/+13
2023-06-05use prefix "InterVariable-" in fvar table instead of "Inter" to avoid any col...Rasmus Andersson1-2/+1
2023-06-05fix accidental incorrect naming of variable font ("Inter Display", should be ...Rasmus Andersson1-2/+2
2023-06-04use "Italic" suffix for variable styles in STAT table, re #577Rasmus Andersson1-11/+13
2023-06-04build STAT table (version 4) manually for variable fonts, re #577Rasmus Andersson1-0/+288
2023-06-01tooling: nit: do not crash if certain lib props do not exist in gen-var-desig...Rasmus Andersson1-8/+10
2023-05-31tooling: disable log message in misc/tools/rename.pyRasmus Andersson1-1/+1
2023-05-31tooling: fixes issue with missing "text" sources in designspaceRasmus Andersson1-6/+6
2023-05-30tooling: fixes for variable font metadataRasmus Andersson2-25/+79
2023-05-30tooling: make postprocess-designspace.py infer opsz range instead of using ha...Rasmus Andersson1-5/+19
2023-05-29Remove "Display" named-instances from variable fontRasmus Andersson2-7/+95
2023-04-22attempt to fix static font name linking metadata stuff, re #519 and #515Rasmus Andersson2-1/+147
2023-04-22tooling: improve misc/tools/rename.py to support fonts with different wws fam...Rasmus Andersson1-26/+86
2023-04-21tooling: improved anchor copying in postprocess-designspace.py (disabled)Rasmus Andersson1-2/+42
2023-04-21tooling: disable mark anchor workaround copy_component_anchors in postprocess...Rasmus Andersson1-1/+1
2023-04-20fixes mkmk issues with some marks like /acutecomb by copying anchors from com...Rasmus Andersson1-24/+98
2023-04-15tooling: fix decomposition detection by looking at all glyphs in all masters,...Rasmus Andersson1-20/+30
2022-10-16fix to float detection in postprocess_instance_ufo.pyRasmus Andersson1-1/+1
2022-10-16make postprocess_instance_ufo.py ~20% faster by only setting a defcon propert...Rasmus Andersson1-5/+6
2022-10-16workaround for bug in defconRasmus Andersson1-1/+6
2022-10-16workaround for bug in glyphslib/fontmake that generates UFO glyphs with fract...Rasmus Andersson2-3/+33
2022-10-08fix github actions by making gen-instance-ufo.sh use bash explicitlyRasmus Andersson1-1/+1
2022-10-08patch UFO files with WWS entries and simplify UFO generationRasmus Andersson3-5/+113
2022-10-08adds Axis Location entries to all glyphspackage masters and removes the UFO p...Rasmus Andersson1-1/+0
2022-10-05Workaround for bug in fontmake causing bad weight metadataRasmus Andersson1-4/+6
2022-09-27Remove slnt/ital VF axisRasmus Andersson4-317/+357
2022-06-09adds --style option to misc/tools/rename.pyRasmus Andersson1-11/+30
2022-06-03fix _get_vf_type bug in postprocess-single-axis-vfs.py that prevented single-...Rasmus Andersson1-4/+5
2022-06-03toolchain: drop old Makefile and init.sh script along with git hooks and slim...Rasmus Andersson1-0/+6
2022-06-01reduce opsz range from 16-72 to 16-32Rasmus Andersson1-1/+1
2022-05-26UPM 2048 and opsz axis (#462)Rasmus6-1/+462