I created a Windows program to convert Windows fonts to PHP fonts. It shows a preview as well as allows sample text to be entered.
http://www.wedwick.com/wftopf.exe
![]() |
|
||||||||||
|
imageloadfontОписаниеint imageloadfont ( string file )imageloadfont() loads a user-defined bitmap and returns its identifier. Список параметров
Возвращаемые значенияThe font identifier which is always biigger than 5 to avoid conflicts with built-in fonts or FALSE on errors. Примеры
imageloadfont
dave [at] wedwick.com
08-Jan-2007 06:55
I created a Windows program to convert Windows fonts to PHP fonts. It shows a preview as well as allows sample text to be entered.
siker at norwinter dot com
28-Aug-2005 06:37
Working under the assumption that the only 'architecture dependant' part of the font files is endianness, I wrote a quick and dirty Python script to convert between the two. It has only been tested on a single font on a single machine so don't bet your life on it working. All it does is swap the byte order of the first four ints.
matthew at exanimo dot com
15-Aug-2005 10:28
Remember - GD fonts aren't antialiased. If you're planning on using a pre-existing (TrueType) font, you may want to consider using imagettftext() instead of phillip's function.
alex at bestgames dot ro
02-Jul-2005 05:01
Confirmation code generation for preventing automated registrations on a website.
puremango dot co dot uk at gmail dot com
22-Apr-2005 05:54
I've written an online tool in PHP that allows you to create GD fonts from PNG images.
null at phpmix dot com
22-Dec-2004 09:59
Sometime ago I wrote a small tutorial on how to create dynamic signatures using gd_fonts. I also uploaded some gd_fonts...
widget at oneblacksheep dot com
05-Jun-2004 05:41
After noting the gd fonts page from dryes58 above was down I contacted the him and have put the pages up at http://www.widgnet.com/gdf_fonts/ hows about that then =)
angryziber at mail dot com
23-Aug-2000 07:23
You all should look at the GD image library site for information on extra fonts, it can be found at http://www.boutell.com/gd/
|