Closed
Bug 266741
Opened 20 years ago
Closed 6 years ago
Add a way to tell what font was used for a particular glyph
Categories
(Other Applications :: DOM Inspector, enhancement)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: ian, Unassigned)
References
Details
I have some text. I want to know what font was used for a particular glyph. I'd like to just be able to bring up the DOM Inspector, click the glyph, and have the DOM Inspector tell me "That character (U+43G2 ZILLOWADABA) is being rendered by the Zabadoo font".
Updated•20 years ago
|
Product: Core → Other Applications
Comment 1•20 years ago
|
||
Wow. Is this even possible? We need to have some of the people who work on the fonts/glyphs code tell us how to access that. There's certainly no DOM property I know of that can do this...
Comment 2•19 years ago
|
||
*** This bug has been marked as a duplicate of 187992 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Comment 3•19 years ago
|
||
Reopening at timeless' request to keep the DOMI bug distinct from the core bug.
Updated•17 years ago
|
Assignee: dom-inspector → nobody
Status: REOPENED → NEW
QA Contact: timeless → dom-inspector
Comment 4•13 years ago
|
||
inIDOMUtils::GetUsedFontFaces slipped in last week: bug 467669
Updated•13 years ago
|
Comment 5•13 years ago
|
||
I've posted a sample extension (for 7.0a1 Nightly builds) at http://people.mozilla.com/~jkew/font-info.xpi that addresses this; it adds a "Fonts" panel to the Page Info dialog, showing basic info on all fonts actually used in the page, and also adds a "Show Fonts in Selection" command to the right-click (context) menu that will tell you what font(s) are being used to render a specific glyph or range of text. Tools like DOM Inspector or Firebug may want to provide similar facilities better integrated into their overall design.
Comment 6•13 years ago
|
||
(In reply to comment #5) > I've posted a sample extension (for 7.0a1 Nightly builds) Now at https://addons.mozilla.org/en-US/firefox/addon/fontinfo/.
Comment 7•6 years ago
|
||
Bulk close. This component is no longer supported or maintained. https://bugzilla.mozilla.org/show_bug.cgi?id=1499023
Status: NEW → RESOLVED
Closed: 19 years ago → 6 years ago
Resolution: --- → INCOMPLETE
Comment 8•6 years ago
|
||
Bulk close. This component is no longer supported or maintained. https://bugzilla.mozilla.org/show_bug.cgi?id=1499023
You need to log in
before you can comment on or make changes to this bug.
Description
•