charToTable 介绍
charToTable converts characters to HTML tables.
A PHP script is used at the server side to convert the character to an image,
and then to a JSON object containing the glyph matrix.
Finally, jQuery.getJSON loads it, and the callback function simply creates the
table.
With charToTable, you can even create animations, or e.g. a glyph editor.