Home › Forums › Nazca › OCR B font › Reply To: OCR B font
8 March 2022 at 16:35
#6743
Xaveer
Moderator
Dear Lorenzo,
The pickle command should be:
pickle.dump((version, height, inter_character_space, font), fontfile)
where version can be anything, height is the font height, measured from lowest (e.g. “j”) to highest (e.g. “A”), inter_character_space is just that, font is the dictionary with the (any) character as key and a list of polygons (x,y tuples) as value. Fontfile is the name of the .nft file to write.
Xaveer