polo-g40
Full Member level 2
C# is useful for an infinite range of things, so well worth a good look into!
I'm not back for a bit dont worry if I can't answer anything for a while...
If you get the project going in c#, look out for the alterations I did above. You just have to tell it which character number out of the font file to use in replacement, it matters not what character it should be, just make sure it points to a character in the fontfile that looks like what you need..
eg if (c == 'á') nC = 133; 133 could be anything, use the "¬"'s space in the fontfile if all else fails...! You;ll notice I nicked font-character 127 for the Poundsign because of similar...
When the project is running in C#, when the error comes up it will give you a chance to look at the code... Hover your mouse over the [nC] variable and it will tell you what character number is failing.
Good luck, c# is nice even in express (free) form..
NEAL
I'm not back for a bit dont worry if I can't answer anything for a while...
If you get the project going in c#, look out for the alterations I did above. You just have to tell it which character number out of the font file to use in replacement, it matters not what character it should be, just make sure it points to a character in the fontfile that looks like what you need..
eg if (c == 'á') nC = 133; 133 could be anything, use the "¬"'s space in the fontfile if all else fails...! You;ll notice I nicked font-character 127 for the Poundsign because of similar...
When the project is running in C#, when the error comes up it will give you a chance to look at the code... Hover your mouse over the [nC] variable and it will tell you what character number is failing.
Good luck, c# is nice even in express (free) form..
NEAL