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 11f8193 commit d2e07a6Copy full SHA for d2e07a6
src/main/java/com/itextpdf/html2pdf/css/apply/util/FontStyleApplierUtil.java
@@ -271,7 +271,7 @@ public static float parseAbsoluteFontSize(String fontSizeValue) {
271
*
272
* @param relativeFontSizeValue the relative font size value as a {@link String}
273
* @param baseValue the base value
274
- * @return the relative font size value as a {@link float}
+ * @return the relative font size value as a {@code float}
275
*/
276
public static float parseRelativeFontSize(final String relativeFontSizeValue, final float baseValue) {
277
if (CssConstants.SMALLER.equals(relativeFontSizeValue)) {
0 commit comments