-
-
Notifications
You must be signed in to change notification settings - Fork 809
Open
Labels
Description
What are you working on?
when i load ttc font.
can not use it.
`
var font_url = '/examples/pdf/font/AppleSDGothicNeo.ttc'
const fontBytes = await fetch(font_url).then(res => res.arrayBuffer())
const pdfDoc = await PDFDocument.create();
pdfDoc.registerFontkit(fontkit)
const customFont = await pdfDoc.embedFont(fontBytes, { subset: true })
`
can anybody help me?
Additional Notes
No response