localFontProvider
localFontProvider():
FontProvider
Defined in: src/core/fonts/provider.ts:185
System fonts via the Local Font Access API (Chromium 103+, permission prompt). OPT-IN by design: never wired in implicitly. Returns ‘none’ when the API is unavailable (Node, Safari, Firefox), the family is not installed, or the face’s OS/2 fsType marks embedding as restricted — embedding a restricted font into a PDF would violate its license, so the chain falls through to a substitute instead.