Closed tinchodias closed 2 years ago
Evaluate:
AeFontManager resetGlobalInstance. AeFontManager globalInstance scanDirectory: AeFilesystemResources fontsDirectory.
Inspect: AeFontManager globalInstance and navigate:
AeFontManager globalInstance
The scan process registers duplicated the fonts as the directory contains the a TTF and an OTF file for each "Inria Serif" font:
https://user-images.githubusercontent.com/3044265/195930904-068b22ac-4963-4852-b316-ed762f2548b4.mov
Fixed by a8299a22d783d4ca61d053df1ccfb5d77267e63f
Evaluate:
Inspect:
AeFontManager globalInstance
and navigate:The scan process registers duplicated the fonts as the directory contains the a TTF and an OTF file for each "Inria Serif" font:
https://user-images.githubusercontent.com/3044265/195930904-068b22ac-4963-4852-b316-ed762f2548b4.mov