photopea / Typr.js

Typr.js - process fonts in Javascript
MIT License
914 stars 73 forks source link

support this font? #40

Closed DLTech21 closed 2 years ago

DLTech21 commented 2 years ago

font_13_13.zip can fix to support this font type??? Thankyou!!!!

photopea commented 2 years ago

Hi, are you able to use that font file in any program at all? I need a proof, that it is a font file, and not e.g. an mp3 file renamed to .otf

DLTech21 commented 2 years ago

use FontForge can open this font file image

photopea commented 2 years ago

I could not install your font into Windows fonts, or use it e.g. in any text editor :(

DLTech21 commented 2 years ago

you can install this software FontForge (https://fontforge.org/en-US/) it can see all the glyph

DLTech21 commented 2 years ago

while using freetype to parse this font and get path from glyph , it comes

https://user-images.githubusercontent.com/2238211/139195678-b0516c84-0acd-46ea-b7a0-07b80bc73dfd.mp4

photopea commented 2 years ago

Can you convert your font into an OpenType font? So that it can be used e.g. in MS Word? Typr.js supports only OpenType fonts.

DLTech21 commented 2 years ago

I solved by wasm based from Freetype