Sigx

We are the future in the past.
It is currently Mon Mar 18, 2024 11:42 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Small text issue [solved]
PostPosted: Sat Nov 22, 2008 12:54 pm 
Offline

Joined: Sat Nov 08, 2008 9:50 pm
Posts: 5
Hello ^^
For some reason my SigX isn't changing the size and color of the font as i'm asking it to. Even though I want a font size 2 it keeps showing the font as size 1. Here's a link to the image

http://karanina.site90.com/sig/gdtr2.php

I wanted to know what I was doing wrong. I specified in the file the size i want but to no avail. did the same in my settings


Top
 Profile  
 
 Post subject:
PostPosted: Sat Nov 22, 2008 3:16 pm 
Offline

Joined: Thu Jul 03, 2003 3:06 pm
Posts: 652
in the php file where it says
Code:
$fz = GetMid($alldata,"<fz="," \fz>"); // font size

try changing it to
Code:
$fz = 2; //GetMid($alldata,"<fz="," \fz>"); // font size

or even try putting in a 3 see if that makes it bigger.


Here is a link to php.net manual's example of imagestring funciton.
http://us2.php.net/manual/en/function.imagestring.php

_________________
Image
~~~SigX C++ Edition~~~


Top
 Profile  
 
 Post subject:
PostPosted: Sat Nov 22, 2008 7:29 pm 
Offline

Joined: Sat Nov 08, 2008 9:50 pm
Posts: 5
okay that worked, now what about the color? :oops:


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 23, 2008 3:51 pm 
Offline

Joined: Thu Jul 03, 2003 3:06 pm
Posts: 652
where it says this in the php file
Code:
GetMid($alldata,"<fc="," \fc>"); // font color

change it to
Code:
$fc = "0,0,0";//GetMid($alldata,"<fc="," \fc>"); // font color


where the numbers 0, 0, 0 represent Red, Green, Blue, up to 255, 255, 255

Here is a link to php.net manual's example of imagecolorallocate funciton.
http://us2.php.net/manual/en/function.i ... locate.php

_________________
Image
~~~SigX C++ Edition~~~


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 27, 2008 7:41 pm 
Offline

Joined: Sat Nov 08, 2008 9:50 pm
Posts: 5
Ty that worked ^^ and also ty for the manuals they cleared a lot of questions i had :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group