Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,10 @@ public static PDFont loadSystemFont(
/**
* Loads a font by family name instead of file name, mirroring MiniPdf for
* .NET's FindOfficeCloudFontByPreferredName: searches the Microsoft 365
* cloud font cache (%LOCALAPPDATA%\Microsoft\FontCache\<version>\CloudFonts
* \<Family>\*.ttf) and a small Windows\Fonts file-name map. The requested
* name may carry a weight suffix ("Source Sans Pro Bold") to prefer the
* matching sub-family face.
* cloud font cache (under %LOCALAPPDATA%/Microsoft/FontCache, in the
* per-version CloudFonts family subfolder) and a small Windows/Fonts
* file-name map. The requested name may carry a weight suffix ("Source
* Sans Pro Bold") to prefer the matching sub-family face.
*/
public static PDFont loadSystemFontByFamily(
PDDocument document,
Expand Down
Loading