Jump to content

any way i can get array for known font types?


Recommended Posts

Hey

Im trying to build an array to read pixels from the screen and finding out what letters they are representing.

the array is something like that

$LETTER_SIZE[0][0] = 9 (thats the letter height)

$LETTER_SIZE[1][0] = 6 (thats the letter width)

$LETTER[0] = "A" ;thats the letter im trying to find.

$LETTER_FONT[6][0][0] = 0

$LETTER_FONT[5][0][0] = 0

$LETTER_FONT[4][0][0] = 0

$LETTER_FONT[3][0][0] = 1

$LETTER_FONT[2][0][0] = 1

$LETTER_FONT[1][0][0] = 1

$LETTER_FONT[0][0][0] = 0

$LETTER_FONT[6][1][0] = 1

$LETTER_FONT[5][1][0] = 0

$LETTER_FONT[4][1][0] = 0

ETC..

is their a way to see if someone already wrote the pixels for the letter position ?

1 more thing .

could it be that if i place a certain letter next to another certian letter its pixels position changes?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...