You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2023/12/16 19:54:45 UTC

svn commit: r1914725 - /pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/EmbeddedVerticalFonts.java

Author: tilman
Date: Sat Dec 16 19:54:45 2023
New Revision: 1914725

URL: http://svn.apache.org/viewvc?rev=1914725&view=rev
Log:
PDFBOX-5660: correct link

Modified:
    pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/EmbeddedVerticalFonts.java

Modified: pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/EmbeddedVerticalFonts.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/EmbeddedVerticalFonts.java?rev=1914725&r1=1914724&r2=1914725&view=diff
==============================================================================
--- pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/EmbeddedVerticalFonts.java (original)
+++ pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/EmbeddedVerticalFonts.java Sat Dec 16 19:54:45 2023
@@ -41,7 +41,7 @@ public class EmbeddedVerticalFonts
         document.addPage(page);
 
         // The actual font file
-        // Download: https://ipafont.ipa.go.jp/ipafont/ipag00303.zip
+        // Download: https://moji.or.jp/wp-content/ipafont/IPAfont/ipag00303.zip
         // (free license: https://www.gnu.org/licenses/license-list.html#IPAFONT)
         File ipafont = new File("ipag.ttf");