}
public PDFWArray getWidths() {
if (isEmbeddable()) {
// Create widths for reencoded chars
warray = new PDFWArray();
int[] tmpWidth = new int[usedGlyphsCount];
for (int i = 0; i < usedGlyphsCount; i++) {
Integer nw = (Integer) usedGlyphsIndex.get(new Integer(i));
int nwx = (nw == null) ? 0 : nw.intValue();