logAndThrowBuildException(newBuildException(StringUtils.build("Specified font style {} does match accepted values. Accepted values are {}!",fontStyle,FONT_STYLES.keySet())),rootElement,childName);//$NON-NLS-1$
logAndThrowBuildException(newBuildException(StringUtils.build("Specified font {} is unknown!",fontName)),rootElement,childName);//$NON-NLS-1$
}
if(!FONT_STYLES.containsKey(fontStyle)){
logAndThrowBuildException(newBuildException(StringUtils.build("Specified font style {} does match accepted values. Accepted values are {}!",fontStyle,FONT_STYLES.keySet())),rootElement,childName);//$NON-NLS-1$