Page 1 of 1

do we have font picker just like color picker??

Posted: 2011-12-06T03:42:26-07:00
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...

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

Posted: 2011-12-06T05:28:15-07:00
by Bonzo
You could use this code of mine and adapt it into a form: http://www.rubblewebs.co.uk/imagemagick ... /fonts.php

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

Posted: 2011-12-06T12:25:26-07:00
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

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

Posted: 2011-12-06T13:09:44-07:00
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.