pdftex[955]

commits+thanh at tug.org commits+thanh at tug.org
Mon Feb 17 09:42:59 CET 2025


Revision: 955
          https://tug.org/svn/pdftex?view=revision&revision=955
Author:   thanh
Date:     2025-02-17 09:42:58 +0100 (Mon, 17 Feb 2025)
Log Message:
-----------
update: missing space chars at font switches (cont.)

Modified Paths:
--------------
    branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web

Modified: branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web
===================================================================
--- branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web	2025-02-16 23:42:03 UTC (rev 954)
+++ branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web	2025-02-17 08:42:58 UTC (rev 955)
@@ -16277,6 +16277,7 @@
         or (abs(s) >= @'100000)
         or (get_font_auto_expand_ratio(f) <> pdf_cur_Tm_a)
         or get_font_auto_expand_ratio(f) <> get_font_auto_expand_ratio(pdf_f);
+
     if must_set_text_pos then begin
         must_end_string := true;
     end;
@@ -16287,7 +16288,6 @@
 
     if gen_faked_interword_space
         and move_looks_like_interword_space
-        and (not must_set_text_pos)
     then begin
         must_insert_space := true;
     end;



More information about the pdftex-commits mailing list.