Yeah, I'm not sure if this is a coincidence or not, but each letter's height is 13, so I'm assuming that is also important.
Type: Posts; User: Galaxy
Yeah, I'm not sure if this is a coincidence or not, but each letter's height is 13, so I'm assuming that is also important.
I'm just trying to learn how to use it in general.
For example: I made a "Defend Your Castle" script and I would like it to use a separate mouse/keyboard. This isn't the sole purpose for wanting to...
Tried that already, it seems like there's not many tutorials (as in none) on Appa. :(
So does it matter how much blackspace you leave?
Alright actually another question about the fonts & the bitmaps, I was looking at the some of the images of the fonts inside Simba/Fonts and I noticed that the images aren't perfectly cropped, does...
Ah, I see, alright thanks I'll tell him. It is kind of interesting though because some of these private servers are so realistic that you'd think these methods would work on anything identical to...
Oh someone told me about this earlier on today (redirected me to the exact same thread) and my counter-question is how do you actually utilize this? There's no instruction inside that thread telling...
Ah I see. :P Alright cool thanks.
One last question (kind of irrelevant to the thread topic) but one of my friend's wants to know if you can use this on private servers? (Like the actual runescape...
Oh I see, so if there was more than 1 line of text you would want to read, you would put the minimal and maximum spacing between each line?
Answered my next question. xD My next question was is it possible to read text of the same font & size, but different colour, but you already answered it. :P Thanks. Also, could you explain what it...
Ah I see. ;P Alright thanks a lot man. And I heard that the text has to be white, and the background black, correct?
Ohh alright I see. Another question, does it matter what size the letters are?
(Not referring to the size of the bitmaps, but the size of the letters themself)
So basically after I'm done creating the font that I want, I can just add it to the Simba/fonts folder and then I can use it inside the getTextAt methods?
Well, I guess that's partially what I'm trying to ask. How can I create my own font?
I tried doing this:
program ReadingTextUsingFont;
Function GetTextCustomFont: String;
var
Font: TFont;
begin
Font:= TFont.Create;
Font.Style:= [fsBold, fsItalic];
So, I am fairly new to this whole Simba/SRL thing and I was just wondering if anyone could possibly explain to me what the difference between those 3 were, and which one would the best to use for...
So, I've read majority of the tutorial written by coh3n and I have a question about SMART. Up to my knowledge, SMART just basically uses a seperate mouse and keyboard and my question is it possible...