We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4bdd0 commit 844ca55Copy full SHA for 844ca55
src/main/java/com/itextpdf/html2pdf/css/CssConstants.java
@@ -251,8 +251,8 @@ public class CssConstants extends CommonCssConstants {
251
252
// properties possible values
253
/**
254
- * The Constant FONT_ABSOLUTE_SIZE_KEYWORDS.
255
- * @deprecated Use {@link CommonCssConstants#FONT_ABSOLUTE_SIZE_KEYWORDS} instead.
+ * The Constant FONT_ABSOLUTE_SIZE_KEYWORDS.
+ * @deprecated Use {@link CommonCssConstants#FONT_ABSOLUTE_SIZE_KEYWORDS_VALUES} instead.
256
*/
257
@Deprecated
258
public static final Set<String> FONT_ABSOLUTE_SIZE_KEYWORDS = Collections.unmodifiableSet(new HashSet<>(Arrays.asList(
0 commit comments