aboutsummaryrefslogtreecommitdiffstats
path: root/gl4java/utils/glut/fonts/GLUTBitmapFont.java
blob: 37922be0cb126827ac39a190db1e8bba9692a220 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Intended to be an interface for GLUT font structures
// by Pontus Lidman
// Copyright 2000 MathCore AB
//
// This file/package is licensed under the terms of the LPGL 
// with the permission of Pontus Lidman / Mathcore !
//

package gl4java.utils.glut.fonts;

public interface GLUTBitmapFont {
}