File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
io/src/main/java/com/itextpdf/io/font/constants Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,23 +16,23 @@ private FontStretches() {
16
16
private static final int FWIDTH_ULTRA_EXPANDED = 9 ;
17
17
18
18
19
- public static final String ULTRA_CONDENSED = "ultra-condensed " ;
19
+ public static final String ULTRA_CONDENSED = "UltraCondensed " ;
20
20
21
- public static final String EXTRA_CONDENSED = "extra-condensed " ;
21
+ public static final String EXTRA_CONDENSED = "ExtraCondensed " ;
22
22
23
- public static final String CONDENSED = "condensed " ;
23
+ public static final String CONDENSED = "Condensed " ;
24
24
25
- public static final String SEMI_CONDENSED = "semi-condensed " ;
25
+ public static final String SEMI_CONDENSED = "SemiCondensed " ;
26
26
27
- public static final String NORMAL = "normal " ;
27
+ public static final String NORMAL = "Normal " ;
28
28
29
- public static final String SEMI_EXPANDED = "semi-expanded " ;
29
+ public static final String SEMI_EXPANDED = "SemiExpanded " ;
30
30
31
- public static final String EXPANDED = "expanded " ;
31
+ public static final String EXPANDED = "Expanded " ;
32
32
33
- public static final String EXTRA_EXPANDED = "extra-expanded " ;
33
+ public static final String EXTRA_EXPANDED = "ExtraExpanded " ;
34
34
35
- public static final String ULTRA_EXPANDED = "ultra-expanded " ;
35
+ public static final String ULTRA_EXPANDED = "UltraExpanded " ;
36
36
37
37
/**
38
38
* Convert from Open Type font width class notation.
You can’t perform that action at this time.
0 commit comments