Hi,
I have a variable called $text_size which can be "small", "medium" or
"large".
The value is submitted by a text link
a href="?text_size=small" class="size1">A
A
A
At the start of the page I initialise it to "small" if it hasn't been set
$text_size = isset($_GET['text_size'] ) ? $_GET['t
On Mon, 2003-02-03 at 08:51, Brian V Bonini wrote:
> On Sun, 2003-02-02 at 20:50, Tom Rogers wrote:
never mind, I got it, I needed to specify a full path to the font file.
> > Hi,
> >
> > Monday, February 3, 2003, 8:24:00 AM, you wrote:
> > BVB> When creating an image using the image functions h
On Sun, 2003-02-02 at 20:50, Tom Rogers wrote:
> Hi,
>
> Monday, February 3, 2003, 8:24:00 AM, you wrote:
> BVB> When creating an image using the image functions how do you control the
> BVB> type face size?
>
> If you are using imagestring() the size is determined by the font number (1 - 5)
> fo
Hi,
Monday, February 3, 2003, 8:24:00 AM, you wrote:
BVB> When creating an image using the image functions how do you control the
BVB> type face size?
If you are using imagestring() the size is determined by the font number (1 - 5)
for internal fonts. If you use true type fonts then the size is s
4 matches
Mail list logo