I want to implement a font and color picker in my project. I implemented the color picker, I got it the code, but still I don’t get the code to implement the font picker. Does any one know?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found a StackOverflow question with a similar problem: Detecting font in Javascript. There I found this solution to list all installed fonts:
This page can list all of your installed and well known fonts so you could use his code (with permission!) and put them in a picker list.
Disclaimer: This method is not very fast and won’t work perfectly!