gbranden pushed a commit to branch master
in repository groff.

commit 6738c51a9b59b9d842319cc455cadec7eed2f5eb
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Jan 31 14:38:31 2026 -0600

    Revert "[devpdf]: Ship abstract CJK font descriptions."
    
    This reverts commit ca68e94af7c10f035b5e4cee538be33c3f1a9122.
    
    Deri says gropdf's CJK support already works satisfactorily.
---
 ChangeLog              | 25 -------------------------
 font/devpdf/.gitignore |  8 --------
 font/devpdf/devpdf.am  | 10 +---------
 3 files changed, 1 insertion(+), 42 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 41068619a..7b35e8869 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6705,31 +6705,6 @@
 
        Fixes <https://savannah.gnu.org/bugs/?67207>.
 
-2025-06-26  G. Branden Robinson <[email protected]>
-
-       * 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 <[email protected]>
 
        * font/devpdf/devpdf.am: Refactor.  Make this script
diff --git a/font/devpdf/.gitignore b/font/devpdf/.gitignore
index d124af961..fa9b5b44c 100644
--- a/font/devpdf/.gitignore
+++ b/font/devpdf/.gitignore
@@ -11,10 +11,6 @@
 /CBI
 /CI
 /CR
-/CSH
-/CSS
-/CTH
-/CTS
 /DESC
 /EURO
 /Foundry
@@ -26,10 +22,6 @@
 /HNI
 /HNR
 /HR
-/JPG
-/JPM
-/KOG
-/KOM
 /NB
 /NBI
 /NI
diff --git a/font/devpdf/devpdf.am b/font/devpdf/devpdf.am
index af1a8c216..f59ca22c5 100644
--- a/font/devpdf/devpdf.am
+++ b/font/devpdf/devpdf.am
@@ -57,15 +57,7 @@ devpdffont_descriptions_from_devps = \
   font/devpdf/TBI \
   font/devpdf/TI \
   font/devpdf/TR \
-  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
+  font/devpdf/EURO
 
 if HAVE_URW_FONTS
 devpdffont_descriptions_for_urw = \

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

Reply via email to