Results 1 to 4 of 4

Thread: What are the different text variables/fonts? (ie. statChars07, smallChars07, etc)

  1. #1
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default What are the different text variables/fonts? (ie. statChars07, smallChars07, etc)

    https://imgur.com/a/pYlyfpb
    Need to figure out what type of text this is, but not sure where the different names for the fonts are listed.
    Also:
    Simba Code:
    writeLn(getTextAtEx(139,394,378,408,0,5,1,0,0,'StatChars07'));
    What are things like vspacing (vertical spacing) and hspacing (horizontal spacing) supposed to do. They sound pretty straightforward but when I change them they never improve text recognition. A bit of an explanation would be awesome
    You have permission to steal anything I've ever made...

  2. #2
    Join Date
    Dec 2010
    Posts
    483
    Mentioned
    30 Post(s)
    Quoted
    328 Post(s)

    Default

    http://docs.villavu.com/simba/scriptref/ocr.html

    Pretty straightforward indeed. Horizontal spacing is the space between characters (padding), and vertical spacing is the space between two lines of text.

    The fonts are stored in the "Fonts" folder in the Simba directory. Just take a look in it, and determine what font it is. There's a bitmap for each character.

    Or better yet - just try them until you find the correct one. Its really not that hard to troubleshoot.


    It appears to me to be SmallChars07. All I did was look at the pictures.

    They're also named after what they are.

  3. #3
    Join Date
    Feb 2012
    Location
    Norway
    Posts
    995
    Mentioned
    145 Post(s)
    Quoted
    596 Post(s)

    Default

    UpChars07. However if that's a RSPS, fonts may differ slightly (which is not a good thing).
    !No priv. messages please

  4. #4
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Quote Originally Posted by the bank View Post
    http://docs.villavu.com/simba/scriptref/ocr.html

    Pretty straightforward indeed. Horizontal spacing is the space between characters (padding), and vertical spacing is the space between two lines of text.

    The fonts are stored in the "Fonts" folder in the Simba directory. Just take a look in it, and determine what font it is. There's a bitmap for each character.

    Or better yet - just try them until you find the correct one. Its really not that hard to troubleshoot.


    It appears to me to be SmallChars07. All I did was look at the pictures.

    They're also named after what they are.
    So the hspacing is the amount of space between each character, but not each word? and if it is only looking for one line of text, it would be 0 for vspacing and not 1?
    And ty for the fonts bitmap guidance
    You have permission to steal anything I've ever made...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •