Skip to content

Commit

Permalink
PDFBOX-5869: break long line
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1919986 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Aug 18, 2024
1 parent 0918f99 commit b40f69c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ public class GSUBTablePrintUtil
public void printCharacterToGlyph(GsubData gsubData, CmapLookup cmap)
{
System.err.println(
"Format:\n<Serial no.>.) <Space separated characters to be replaced> : RawUnicode: [<Space separated unicode representation of each character to be replaced in hexadecimal>] : <The compound character> : <The GlyphId with which these characters are replaced>");
"Format:\n<Serial no.>.) <Space separated characters to be replaced> : "
+ "RawUnicode: [<Space separated unicode representation of each character "
+ "to be replaced in hexadecimal>] : <The compound character> : "
+ "<The GlyphId with which these characters are replaced>");
Map<List<Integer>, List<Integer>> rawGSubTableData = new HashMap<>();

for (String featureName : gsubData.getSupportedFeatures())
Expand Down

0 comments on commit b40f69c

Please sign in to comment.