{
// Doesn't the font exist in the context resources?
if(!scanner.getContentContext().getResources().getFonts().containsKey(name))
throw new IllegalArgumentException("No font resource associated to the given argument (name:'name'; value:'" + name + "';)");
add(new SetFont(name,size));
}