// Font Size
VDXMLFontSizeValue fontSize = getCharacterSize(propertyValues);
if (fontSize != null) {
result = allocate(result);
result.setFontSize(
new VDXMLFontSizeProperty(fontSize));
}
// Background Color
VDXMLColorValue fontColor = getColor(
(StyleColor)propertyValues.getComputedValue(