LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating and using a mirror font

I have a need to create a character string in a mirror font, I see the functions CreateMetaFont ( ,ex, and withCharacterSet) and was wondering if it is possible to create a character set with mirrored letters that can be used by the function CanvasDrawTextAtPoint?

 

Thanks!

0 Kudos
Message 1 of 3
(1,842 Views)

Hey KenRo,

 

From what I can see, there's no way to create a mirror font with CreateMetaFontEx. What I would suggest is adding a font to your system with this mirroring and then using that, rather than trying to create your own programatically

 

 

Claire C.
AppSW Staff Product Support Engineer
National Instruments
CLD|CTD
0 Kudos
Message 2 of 3
(1,815 Views)

Yes,  that is what I did.  I found a font which has mirrored letters, installed it on the system, and then was able to use it by name. Thank you.

0 Kudos
Message 3 of 3
(1,810 Views)