gero3 / facetype.js

typeface.js generator
http://gero3.github.io/facetype.js/
MIT License
664 stars 122 forks source link

Conversion not working #10

Open salvonos opened 8 years ago

salvonos commented 8 years ago

I am trying to convert few fonts (.ttf) into typeface.json. When I hit convert nothing happens. I have tested it in all browser and even downloaded the standalone from github. Any help?

gero3 commented 8 years ago

Have you checked the console on errors and have you tried with different ttf files?? If possible, can you share a tff file that doesn't work??

salvonos commented 8 years ago

Signerica_Fat.ttf.zip

Yes I have tried with different ttf files but I don't get any error message in the console. I just get a console log saying:

Font ascender: 1500 copyright: " " descender: -500 description: " " designer: " " designerURL: " " encoding: CmapEncoding {cmap: Object, charToGlyphIndex: function} familyName: "Signerica Fat" glyphNames: GlyphNames {names: Array, nameToGlyphIndex: function, glyphIndexToName: function} glyphs: Glyph, Glyph, Glyph, Glyph, Glyph, Glyph, Glyph, Glyph, Glyph, Glyph, … kerningPairs: {} license: " " licenseURL: " " manufacturer: " " manufacturerURL: " " numGlyphs: 363 numberOfHMetrics: 363 outlinesFormat: "truetype" styleName: "Regular" supported: true tables: {os2: Object, cmap: Object, head: Object, hhea: Object, maxp: Object, …} trademark: " " unitsPerEm: 2000 version: "Version 0.1"

gero3 commented 8 years ago

Are you sure you allow downloads to happen?? I created the json from the ttf.

image

salvonos commented 8 years ago

Strange i have been trying with all browsers and also with the plugin in local machine but I cannot get the download. Could you attach the converted file please ?