BuildHistory hist = new BuildHistory();
for (int i = 0; i < commands.length; i++)
{
PathCommand cmd = commands[i];
cmd.appendPath(buildPath, hist);
}
//Reflect glyph path to put it in user coordinate system
AffineTransform at = new AffineTransform();
at.scale(1, -1);