Home Forums Nazca OCR B font Reply To: OCR B font

#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, 1 month ago by lorenzo_btbw.
  • This reply was modified 2 years, 1 month ago by lorenzo_btbw.
  • This reply was modified 2 years, 1 month ago by lorenzo_btbw.
  • This reply was modified 2 years, 1 month ago by lorenzo_btbw.
  • This reply was modified 2 years, 1 month ago by lorenzo_btbw.