gbranden pushed a commit to branch master
in repository groff.

commit 9179b8d593020c6feda35e911045082bfe374a08
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Jul 4 04:34:01 2025 -0500

    [gropdf]: Add more debugging instrumentation.
    
    * src/devices/gropdf/gropdf.pl (LoadFont): Add a `Notice()` of the key
      we're looking up in the `download` hash (or, if that fails, the
      `missing` hash).
---
 ChangeLog                    | 6 ++++++
 src/devices/gropdf/gropdf.pl | 1 +
 2 files changed, 7 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 101210fe1..a563efdde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-07-04  G. Branden Robinson <[email protected]>
+
+       * src/devices/gropdf/gropdf.pl (LoadFont): Add a `Notice()` of
+       the key we're looking up in the `download` hash (or, if that
+       fails, the `missing` hash).
+
 2025-07-04  G. Branden Robinson <[email protected]>
 
        * doc/doc.am (DOC_PDFMOM): Build documents more verbosely,
diff --git a/src/devices/gropdf/gropdf.pl b/src/devices/gropdf/gropdf.pl
index 379c3df69..efc782637 100644
--- a/src/devices/gropdf/gropdf.pl
+++ b/src/devices/gropdf/gropdf.pl
@@ -3514,6 +3514,7 @@ sub LoadFont
     Warn("\nFont '$fnt{internalname} ($ofontnm)' has $lastchr glyphs\n"
        ."You would see a noticeable speedup if you install the perl module 
Inline::C\n") if !$gotinline and $lastchr > 1000;
 
+    Notice("looking up '$fontkey' to embed font");
     if (exists($download{$fontkey}))
     {
        # Real font needs subsetting


_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to