Merged default into minor

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2014-03-12 02:21:27 -03:00
124 changed files with 3248 additions and 1078 deletions
+1 -1
View File
@@ -54,4 +54,4 @@ public:
} // font
} // love
#endif // LOVE_FONT_FONT_H
#endif // LOVE_FONT_FONT_H
-1
View File
@@ -46,7 +46,6 @@ struct GlyphMetrics
int advance;
int bearingX;
int bearingY;
int spacing;
};
/**
+1 -1
View File
@@ -79,4 +79,4 @@ private:
} // font
} // love
#endif // LOVE_FONT_IMAGE_RASTERIZER_H
#endif // LOVE_FONT_IMAGE_RASTERIZER_H
+1 -1
View File
@@ -96,4 +96,4 @@ bool Rasterizer::hasGlyphs(const std::string &text) const
}
} // font
} // love
} // love
+1 -1
View File
@@ -114,4 +114,4 @@ protected:
} // font
} // love
#endif // LOVE_FONT_RASTERIZER_H
#endif // LOVE_FONT_RASTERIZER_H
@@ -146,4 +146,4 @@ bool TrueTypeRasterizer::hasGlyph(uint32 glyph) const
} // freetype
} // font
} // love
} // love