Home › Forums › Nazca › OCR B font › Reply To: OCR B font
8 March 2022 at 16:17
#6737
lorenzo_btbw
Participant
I did that but the text doens’t match. is it possible a problem of pickle writing?
I used this code:
with open(font_filename+’.nft’, ‘wb’) as handle:
pickle.dump(nft_tuple, handle, protocol=pickle.HIGHEST_PROTOCOL)
being nft_tuple my structure
- This reply was modified 2 years, 7 months ago by lorenzo_btbw.
- This reply was modified 2 years, 7 months ago by lorenzo_btbw.
- This reply was modified 2 years, 7 months ago by lorenzo_btbw.
- This reply was modified 2 years, 7 months ago by lorenzo_btbw.
- This reply was modified 2 years, 7 months ago by lorenzo_btbw.