Font Finder (revived) 的评价
Font Finder (revived) 作者: Andy Portmen, Eric Caron
10 条评价
- 评分 3 / 5来自 Patrice,4 年前'Copy font details' doesn't work (in Firefox 86.0.1 and 88.x with only this add-on activated). Of course, I can add the two missing stars if the bug will be solved.
- 评分 3 / 5来自 Firefox 用户 14191726,6 年前I'm so disappointed that the "analyze selection" botton is hidden in the second menu. It's very inconvenient.
- 评分 3 / 5来自 Dallio,7 年前
- 评分 3 / 5来自 mike,7 年前It does the job, but why access my clipboard and website data? It would access my accounts for finding the fonts?? I don't trust it, so I better find the used fonts myself.
- 评分 3 / 5来自 Daniel Combs,7 年前Would be five stars but it needs to have the Font Size in pt, not px as most designers work in pt. Also would be good to incorporate the em size as well as some designers use this as well.
- 评分 3 / 5来自 Firefox 用户 13694077,7 年前
- 评分 3 / 5来自 Firefox 用户 13536393,7 年前It's nice to see the info condensed in one window, but that's about it. Where (from which cssfile or override or ...) the font got its settings that is what I was hoping to see.
- 评分 3 / 5来自 Dan Harkless,8 年前(Old review Title field that was silently removed per typical Mozilla doctrine of "rip away longstanding useful features Because Modernization":)
== Great at font inspection, but the claimed font-adjusting capability seems to be missing (not so on XUL version) ==
Instead of the "4 key pieces of functionality" listed for the old XUL version of this add-on, this WebExtension version's description lists "3 key pieces". Unfortunately, as far as I can tell, only the first two have actually been implemented. Supposedly, "Any active element can have any piece of the font's options (such as color, size or family) adjusted inline", but with the WebExtension version, the context menu only has a single option, "Inspect Font", and none of the fields in its popup are modifiable. I also checked the screenshots and the FAQ (which, BTW, uses the misspelling "Fond Finder" in multiple places), to no avail.
If you need the actual font substitution functionality, it appears that for now you'll need to stick with the XUL version of Font Finder (which of course will stop working next month unless you migrate to Firefox ESR or a fork like Pale Moon). Just watch out for the infinite popup loop the XUL version gives you the first time you restart after installing it in a profile — see my review of that add-on for more details.
My final note is that neither the XUL version nor the WebExtension version actually address the problem I installed them for. Their descriptions say "Information Captured: [...] Font family (including actual font being rendered!)", which I was expecting to help me debug the problem I was having on Linux with extremely messed-up scaled-bitmap, all-caps font substitutions (even when the exact TrueType font specified in the stylesheet was installed). Unfortunately they don't tell you the "actual font being rendered" — they just tell you the font that the web page *requests* to be rendered. I then learned about running Firefox with the environment variable FC_DEBUG=1, but its output didn't give me any useful information about the incorrect substitution. Luckily after a bunch more Googling, I was able to figure out that going to about:config and setting gfx.font_rendering.fontconfig.fontlist.enabled = false would cause Linux Firefox to go back to the old Cairo-based font rendering rather than the broken Firefox 44+ version.