Konrad Goldammer

Results 1 comments of Konrad Goldammer

The correct way would be: ```javascript Jimp.measureText((await Jimp.loadFont(Jimp.FONT_SANS_32_BLACK)), 'Some string'); // width of text Jimp.measureTextHeight((await Jimp.loadFont(Jimp.FONT_SANS_32_BLACK)), 'Some string', 100); // height of text ``` (in an async function of course)...