Community Tip - You can change your system assigned username to something more personal in your community settings. X
Help needed Editing ASCII Fonts
Can anyone tell me how to edit an ASCII.SRC file so that the number one is not a straight vertical line and the zero has a slash through it? I need to distinguish between a number 1 and a letter "I", also zero and "O".
I do know that I will need to compile it for each major release of Creo. 😞
Doug P.
Solution:
Using Creo Parametric M030 64bit, this is the solution to my issue. Thank you to everyone for the assistance.
Here are the changes that I made to the ascii.src file before I recompiled it.
For the letter “I”
m 8, 16
d 8, 4
m 5, 4
d 11, 4
m 5, 16
d 11, 16
For the “ZERO” with a diagonal slash through it
m 13, 8
d 11, 5
d 9, 4
d 7, 4
d 5, 5
d 3, 8
d 3, 12
d 5, 15
d 7, 16
d 9, 16
d 11, 15
d 13, 12
d 13, 8
m 11, 15
d 5, 5
For the number “1”
m 8, 16
d 8, 4
m 8, 16
d 5, 14