m = new FontSizePropertyMaker(PR_FONT_SIZE);
m.setInherited(true);
m.setDefault("12pt");
m.addKeyword("xx-small", "6.944pt");
m.addKeyword("x-small", "8.333pt");
m.addKeyword("small", "10pt");
m.addKeyword("medium", "12pt");
m.addKeyword("large", "14.4pt");
m.addKeyword("x-large", "17.28pt");
m.addKeyword("xx-large", "20.736pt");
m.addEnum("larger", getEnumProperty(EN_LARGER, "LARGER"));