initial import
This commit is contained in:
parent
9bb913a9b1
commit
5c8fe7bb9c
@ -6,7 +6,7 @@
|
|||||||
// Version 0.2 - Released 18 July 2005 - Added beginDraw/endDraw,
|
// Version 0.2 - Released 18 July 2005 - Added beginDraw/endDraw,
|
||||||
// Changed vsprintf to vsnprintf
|
// Changed vsprintf to vsnprintf
|
||||||
//
|
//
|
||||||
// $Id: GLFT_Font.cpp,v 1.1 2005/07/18 22:19:16 cozman Exp $
|
// $Id: GLFT_Font.cpp,v 1.1.1.1 2005/07/18 22:19:16 cozman Exp $
|
||||||
//
|
//
|
||||||
// Copyright (c) 2005, James Turk
|
// Copyright (c) 2005, James Turk
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
// Version 0.2 - Released 18 July 2005 - Added beginDraw/endDraw,
|
// Version 0.2 - Released 18 July 2005 - Added beginDraw/endDraw,
|
||||||
// Changed vsprintf to vsnprintf
|
// Changed vsprintf to vsnprintf
|
||||||
//
|
//
|
||||||
// $Id: GLFT_Font.hpp,v 1.1 2005/07/18 22:19:16 cozman Exp $
|
// $Id: GLFT_Font.hpp,v 1.1.1.1 2005/07/18 22:19:16 cozman Exp $
|
||||||
//
|
//
|
||||||
// Copyright (c) 2005, James Turk
|
// Copyright (c) 2005, James Turk
|
||||||
// All rights reserved.
|
// All rights reserved.
|
||||||
|
2
README
2
README
@ -31,4 +31,4 @@
|
|||||||
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
// POSSIBILITY OF SUCH DAMAGE.
|
// POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
$Id: README,v 1.1 2005/07/18 22:19:16 cozman Exp $
|
$Id: README,v 1.1.1.1 2005/07/18 22:19:16 cozman Exp $
|
||||||
|
@ -48,7 +48,7 @@ drawText supports printf-style argument formatting.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
<p><em>$Id: index.html,v 1.1 2005/07/18 22:19:16 cozman Exp $</em></p>
|
<p><em>$Id: index.html,v 1.1.1.1 2005/07/18 22:19:16 cozman Exp $</em></p>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
2
test.cpp
2
test.cpp
@ -2,7 +2,7 @@
|
|||||||
// Compiled with g++ GLFT_Font.cpp test.cpp -o test -Wall -pedantic
|
// Compiled with g++ GLFT_Font.cpp test.cpp -o test -Wall -pedantic
|
||||||
// -lglfw -lGL -lfreetype
|
// -lglfw -lGL -lfreetype
|
||||||
//
|
//
|
||||||
// $Id: test.cpp,v 1.1 2005/07/18 22:19:16 cozman Exp $
|
// $Id: test.cpp,v 1.1.1.1 2005/07/18 22:19:16 cozman Exp $
|
||||||
|
|
||||||
#include <GL/glfw.h>
|
#include <GL/glfw.h>
|
||||||
#include "GLFT_Font.hpp"
|
#include "GLFT_Font.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user