Skip to content

Commit

Permalink
Closes #39, closes #40, closes #45, updates #31, #33, #35, #46 & solv…
Browse files Browse the repository at this point in the history
…ed bugs
  • Loading branch information
alfongj committed Aug 11, 2011
1 parent 12a099e commit 15e3ec4
Show file tree
Hide file tree
Showing 37 changed files with 1,750 additions and 1,319 deletions.
6 changes: 6 additions & 0 deletions gui-builder/src/lse/math/games/builder/fig/FigFontManager.as
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ package lse.math.games.builder.fig
return baseFonts;
}

/** Returns true if the font is available */
public static function isFontAvailable(fontName:String):Boolean
{
return (_fontFamilyEnums.hasOwnProperty(fontName));
}

/** Returns a font's code in the enum of fonts of the fig*/
public static function figEnumValue(fontFamily:String, weight:String, posture:String):int
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ package lse.math.games.builder.fig
var graphics:FigGraphics = new FigGraphics(buffer);
graphics.addColor(grid.player1Color);
graphics.addColor(grid.player2Color);
//TODO: 3PL

//Saves onto the file the results of all the painter operations that form the tree
painter.paint(graphics, width, height);
Expand Down
323 changes: 0 additions & 323 deletions gui-builder/src/lse/math/games/builder/io/ExtensiveFormXMLReader.as

This file was deleted.

Loading

0 comments on commit 15e3ec4

Please sign in to comment.