How to get font list from Client Side

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phanthuphong
    New Member
    • Jan 2008
    • 1

    How to get font list from Client Side

    Hello,

    I make a small app for client to design signs online.
    Client can change text 's font to whichever font he has.
    So I need to get his list of font.

    So, pls show me how to get list of fonts at client side with javascrip code, or with something easy to do ...

    Thank you very much,
    Phong.
    ----------------------------------------------------
    self study from www.w3schools.c om
    ----------------------------------------------------

    P/s : Ah, here is my site:
    http://www.supersaving sign.com/OnlineDesign2.h tml

    When click "Insert Text" or "Clipart", a text, or a clipart appears. Text can be dragged to anywhere - but with clipart, just can be moved a bit -
    Would you like to view my codes and show me why ?
    Thank you very much again :)
  • mrhoo
    Contributor
    • Jun 2006
    • 428

    #2
    The only way to get a font list from a user with javascript is by asking the user to type the names in input fields.

    Comment

    Working...