Message 1 of 5
Font name different from PC to another
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I use uUtocad 2018
I created a new style (Barecode) I want to use the font 3of9
The problem a got is the name in C:\windows\font is not the same on every PC
Here the code
Set ObjTextStyleBarcode = ThisDrawing.TextStyles.Add("BARCODE") ObjTextStyleBarcode.fontFile = "C:\Windows\Fonts\3OF9_4.TTF" ObjTextStyleBarcode.Height = "24" ObjTextStyleBarcode.ObliqueAngle = 0 ObjTextStyleBarcode.TextGenerationFlag = 0 ObjTextStyleBarcode.width = 1
The font name on my PC is 3OF9_4.TTF on another PC the font name is 3OF9_5.TTF.
I try to rename the font, without succes.
How could I get the right name?
Thanks