File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
io/src/main/java/com/itextpdf/io Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11
11
12
12
public class CidFont extends FontProgram {
13
13
14
- private int pdfFontFlags ;
14
+ private static final long serialVersionUID = 5444988003799502179L ;
15
+
16
+ private int pdfFontFlags ;
15
17
private Set <String > compatibleCmaps ;
16
18
17
19
CidFont (String fontName , Set <String > cmaps ) {
Original file line number Diff line number Diff line change 21
21
22
22
public class TrueTypeFont extends FontProgram {
23
23
24
- private OpenTypeParser fontParser ;
24
+ private static final long serialVersionUID = -2232044646577669268L ;
25
+
26
+ private OpenTypeParser fontParser ;
25
27
26
28
protected int [][] bBoxes ;
27
29
Original file line number Diff line number Diff line change @@ -20,7 +20,10 @@ public static class Parameters {
20
20
}
21
21
22
22
public static class ColorSpecBox extends ArrayList <Integer > {
23
- private byte [] colorProfile ;
23
+
24
+ private static final long serialVersionUID = -6008490897027025733L ;
25
+
26
+ private byte [] colorProfile ;
24
27
25
28
public int getMeth () {
26
29
return get (0 );
You can’t perform that action at this time.
0 commit comments