do we have font picker just like color picker??

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
sriducati
Posts: 28
Joined: 2011-11-28T08:11:59-07:00
Authentication code: 8675308

do we have font picker just like color picker??

Post by sriducati »

Hello webmasters,

For my imagemagick project iam looking for "FontPicker" just like color picker to use in user input forms...so that user should be able to select one of the fonts listed in a webserver... please help me with this ..iam desprtly looking for this...
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: do we have font picker just like color picker??

Post by Bonzo »

You could use this code of mine and adapt it into a form: http://www.rubblewebs.co.uk/imagemagick ... /fonts.php
sriducati
Posts: 28
Joined: 2011-11-28T08:11:59-07:00
Authentication code: 8675308

Re: do we have font picker just like color picker??

Post by sriducati »

Bonzo wrote:You could use this code of mine and adapt it into a form: http://www.rubblewebs.co.uk/imagemagick ... /fonts.php
First of all thanks alot for your quick response ...but i have already seen that code ...i need to use font picker something like used in mklogo[dot]com where fonts are classified into number of groups ... and then user should be able to select one of the fonts from the list when the user clicks on one the fints <input > field shpuld be filled with font name ....as same as color picker technick...

Iam expecting your response ..please help me
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: do we have font picker just like color picker??

Post by Bonzo »

The information given on the link is what you get from Imagemagick and if you need anthing else you will need to add it yourself.

I think you will need to make a database of your fonts and put them into catagories manualy.
Post Reply