View Single Post
  #1  
Old 03-05-2012, 02:12 AM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
Using Images for Text?

So I was wanting to use those cool numbers from state.png. I did the math.

Starting at:
PHP Code:
x=1
y
=81 
Using a width of 14 and a height of 16 I was able to draw the numbers using showimg and changeimgpart.

PHP Code:
changeimgpart(423,1+(14*3),81,14,16); 
Resulted : 3
My question is there a way to use images as font's for this?
Reply With Quote