Re: Separating characters in a font file
Posted: 2018-05-31T18:29:34-07:00
Separating characters in an arbitray font, even if we restrict to the Latin alphabet, isn't trivial.
I suppose OCR programs contain special-case code to handle such ligatures.
Code: Select all
convert -pointsize 250 -font times-new-roman label:fi chars_fi.png
I suppose OCR programs contain special-case code to handle such ligatures.