How to type the words with the same font in opencv in Word?

asked 2015-04-30 01:12:44 -0600

I show the words with the font CV_FONT_HERSHEY_COMPLEX in opencv. Now I want to type the same words in Word with the same font. Could anyone tell me how to do? "Times New Roman" is not the right answer.

edit retag flag offensive close merge delete

Comments

1

if you rebuild opencv with Qt support, you can use fontQT, otherwise you're restricted to hershey.

berak gravatar imageberak ( 2015-04-30 01:34:25 -0600 )edit