Experience-Monks / load-bmfont

loads a BMFont file in Node and the browser
MIT License
30 stars 25 forks source link

Return Font Object #9

Open eduardfossas opened 3 years ago

eduardfossas commented 3 years ago

Hello!

Is there a way to return the font object like:

const myFont = loadFont(fontFile, (err, font) => font);

Thanks in advance