Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ToxicFrog/Ligaturizer
/ functions
Functions
13 in github.com/ToxicFrog/Ligaturizer
⨍
Functions
13
◇
Types & classes
1
↓ 5 callers
Function
replace_sfnt
(font, key, value)
ligaturize.py:213
↓ 3 callers
Method
add_calt
(self, calt_name, subtable_name, spec, **kwargs)
ligaturize.py:207
↓ 3 callers
Function
ligaturize_font
(input_font_file, output_dir, ligature_font_file, output_name, prefix, **kwargs)
ligaturize.py:250
↓ 1 callers
Method
add_ligature
(self, input_chars, firacode_ligature_name)
ligaturize.py:128
↓ 1 callers
Method
copy_character_glyphs
Copy individual (non-ligature) characters from the ligature font.
ligaturize.py:97
↓ 1 callers
Method
copy_ligature_from_source
(self, ligature_name)
ligaturize.py:53
↓ 1 callers
Method
correct_character_width
Width-correct copied individual characters (not ligatures!). This will correct the horizontal advance of characters to match the em w
ligaturize.py:62
↓ 1 callers
Method
correct_ligature_width
Correct the horizontal advance and scale of a ligature.
ligaturize.py:112
↓ 1 callers
Function
get_ligature_source
(fontname)
ligaturize.py:24
↓ 1 callers
Function
main
()
ligaturize.py:332
↓ 1 callers
Function
parse_args
()
ligaturize.py:295
↓ 1 callers
Function
update_font_metadata
(font, new_name)
ligaturize.py:221
Method
__init__
(self, font, firacode, scale_character_glyphs_threshold, copy_character_glyp
ligaturize.py:40