public final class FontWeights extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BLACK |
static int |
BOLD |
static int |
EXTRA_BOLD |
static int |
EXTRA_LIGHT |
static int |
LIGHT |
static int |
MEDIUM |
static int |
NORMAL |
static int |
SEMI_BOLD |
static int |
THIN |
Modifier and Type | Method and Description |
---|---|
static int |
fromType1FontWeight(String weight) |
static int |
normalizeFontWeight(int fontWeight) |
public static final int THIN
public static final int EXTRA_LIGHT
public static final int LIGHT
public static final int NORMAL
public static final int MEDIUM
public static final int SEMI_BOLD
public static final int BOLD
public static final int EXTRA_BOLD
public static final int BLACK
public static int fromType1FontWeight(String weight)
public static int normalizeFontWeight(int fontWeight)
Copyright © 1998–2018 iText Group NV. All rights reserved.