FeatureHelp wantedText & Fonts
倉庫指標
- Star
- (9,524 star)
- PR 合併指標
- (平均合併 34天 18小時) (30 天內合併 2 個 PR)
描述
For use with jsdom package which simulates browser DOM in node.js and use node-canvas for canvas implementation a support to load fonts (truetype and openfont) from a buffer/content is needed. Because in HTML a custom font face can be specified as an URL, jsdom resolves this URL to a buffer/content by itself. So registration with buffer/content should be possible.
See https://github.com/tmpvar/jsdom/issues/744 for more details.