gbranden pushed a commit to branch master
in repository groff.

commit ca68e94af7c10f035b5e4cee538be33c3f1a9122
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Sun Jun 29 03:11:22 2025 -0500

    [devpdf]: Ship abstract CJK font descriptions.
    
    * font/devpdf/devpdf.am: Ships font description file names for the "pdf"
      output device corresponding to the 8 new font description files for
      CJK script support recently added for the "{x,}html", "ps", and "utf8"
      devices.
    
    These are intended as abstractions of faces to permit consistent naming
    while permitting customization, just as with the 12 text typefaces
    supported across output devices for Latin scripts in groff (three
    families of four styles each).  These CJK font descriptions are not
    organized into groff font families, but are similar.  They are not
    mounted by default.
    
            CSH: Simplified Chinese, Hei style
            CSS: Simplified Chinese, Song style
            CTH: Traditional Chinese, Hei style
            CTS: Traditional Chinese, Song style
            JPG: Japanese, Gothic style
            JPM: Japanese, Mincho style
            KOG: Korean, Gothic style
            KOM: Korean, Mincho style
    
    * font/devpdf/devpdf.am (DEVPDFFONTFILES_FROM_DEVPS): Add them.
    
    * .gitignore: Add them.
---
 ChangeLog              | 25 +++++++++++++++++++++++++
 font/devpdf/.gitignore |  8 ++++++++
 font/devpdf/devpdf.am  | 10 +++++++++-
 3 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 38a1e5e74..4e8fbc16b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,31 @@
 
        Fixes <https://savannah.gnu.org/bugs/?67207>.
 
+2025-06-26  G. Branden Robinson <g.branden.robin...@gmail.com>
+
+       * font/devpdf/devpdf.am: Ships font description file names for
+       the "pdf" output device corresponding to the 8 new font
+       description files for CJK script support recently added for the
+       "{x,}html", "ps", and "utf8" devices.
+
+       These are intended as abstractions of faces to permit consistent
+       naming while permitting customization, just as with the 12 text
+       typefaces supported across output devices for Latin scripts in
+       groff (three families of four styles each).  These CJK font
+       descriptions are not organized into groff font families, but are
+       similar.  They are not mounted by default.
+
+               CSH: Simplified Chinese, Hei style
+               CSS: Simplified Chinese, Song style
+               CTH: Traditional Chinese, Hei style
+               CTS: Traditional Chinese, Song style
+               JPG: Japanese, Gothic style
+               JPM: Japanese, Mincho style
+               KOG: Korean, Gothic style
+               KOM: Korean, Mincho style
+
+       * font/devpdf/devpdf.am (DEVPDFFONTFILES_FROM_DEVPS): Add them.
+
 2025-06-26  G. Branden Robinson <g.branden.robin...@gmail.com>
 
        * font/devpdf/devpdf.am: Refactor.  Make this script
diff --git a/font/devpdf/.gitignore b/font/devpdf/.gitignore
index 0e19731d9..91d55eb82 100644
--- a/font/devpdf/.gitignore
+++ b/font/devpdf/.gitignore
@@ -11,6 +11,10 @@
 /CBI
 /CI
 /CR
+/CSH
+/CSS
+/CTH
+/CTS
 /DESC
 /EURO
 /Foundry
@@ -22,6 +26,10 @@
 /HNI
 /HNR
 /HR
+/JPG
+/JPM
+/KOG
+/KOM
 /NB
 /NBI
 /NI
diff --git a/font/devpdf/devpdf.am b/font/devpdf/devpdf.am
index c98d277da..490f4aa2d 100644
--- a/font/devpdf/devpdf.am
+++ b/font/devpdf/devpdf.am
@@ -56,7 +56,15 @@ DEVPDFFONTFILES_FROM_DEVPS = \
   font/devpdf/TBI \
   font/devpdf/TI \
   font/devpdf/TR \
-  font/devpdf/EURO
+  font/devpdf/EURO \
+  font/devpdf/CSH \
+  font/devpdf/CSS \
+  font/devpdf/CTH \
+  font/devpdf/CTS \
+  font/devpdf/JPG \
+  font/devpdf/JPM \
+  font/devpdf/KOG \
+  font/devpdf/KOM
 
 if HAVE_URW_FONTS
 DEVPDFFONTFILES_FOR_URW = \

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to