You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to know when fillText whether to use the given font family? If type3 fonts are used like this, it cannot be determined from the generated PDF.
According to the Skia docs, TrueType fonts will be converted to Type3 if the "do not embed" flag is set within the font's metadata. Maybe that's what's happening with your font?
Use SourceHanSerifSC-VF.ttf
FontLibrary output:
The
fc-list | grep 'Source Han Serif SC VF'
output:The result is a
type 3 font
:Why is this result? I'm using a TTF font, I guess which should be embeddable normally
The text was updated successfully, but these errors were encountered: