Custom font issue

Evening all, I have a custom font and it works flawlessly but I've just added some functionality to my game that takes points off the score (in my case -10)...
My problem is that when you score 100 for example and then hit a -10 block the 1 at the beginning of the 100 turns to a zero... is there anyway I can remove the 0 and have it read 90 rather than 090 etc.
thanks in advance!
My problem is that when you score 100 for example and then hit a -10 block the 1 at the beginning of the 100 turns to a zero... is there anyway I can remove the 0 and have it read 90 rather than 090 etc.
thanks in advance!
Comments
I just put an otherwise statement moving it back to it's 'off screen' position.
job done