chunyenHuang / hummusRecipe

A powerful PDF tool for NodeJS based on HummusJS.
https://hummus-recipe.s3.amazonaws.com/docs/Recipe.html
MIT License
339 stars 91 forks source link

Bold in Chinese font is invalid #246

Open skyhorsewalker opened 11 months ago

skyhorsewalker commented 11 months ago

const pdf = new HummusRecipe(file, output, { fontSrcPath: path.join(__dirname, '../../assets/fonts') }) const tileStyle = { bold: true, font: 'PMingLiU', size: 11, color: '#000000' } pdf.editPage(1) .text('哈喽', 75, 145, tileStyle) .endPage()

"bold: true" it doesn't work in Chinese!!!! but it works well in English.

julianhille commented 11 months ago

What means does not work? What happens?