Page 1 of 1

change font

Posted: Mon Jul 17, 2006 3:13 pm
by meh485
hi everybody, im kind of new to php so this may seem stupid to all of you

so i need to write a php script that converts the current date to another type of date, called the coptic calender.
the thing with the coptic calender is its in a different language, so my problem is how to output it in that language.
i have the font installed on the computer that will run this script.

the only way i see how to solve this problem is to jump outside of the php code and write the basefont html tag, but that will be very tedious, so is there anything in PHP i can use?

thank you all very much

Posted: Mon Jul 17, 2006 3:21 pm
by feyd
CSS potentially.. or using php's GD if you need it as a graphic.