/**
 *            Jogl Add-on (Non official)
 * 
 * 
 * This little library allow you to use wglUseFontBitmaps and wglUseFontOutlines.
 * Copyright  2005 Jrme JOUVIE (jouvieje)
 * 
 * Created on 12 jan. 2005
 * @author Jrme JOUVIE (jouvieje)
 * @version JoglAddOn v1.0
 * 
 * INTRODUCTION
 * Jogl have not currently added a support for all WGL methods.
 * These two methods are missing :
 *     wglUseFontBitmaps
 *     wglUseFontOutlines
 * This is for that reason that I've created this little additional library.
 * WARNING : This is a NON OFFICIAL add-on for Jogl.
 * 
 * INSTALATION
 * To install the add-on,copy the library (JoglAddOn.dll) into the bin folder of java.
 * (for example : C:\Program Files\Java\j2sdk1.4.2_04\jre\bin or C:\Program Files\Java\j2re1.4.2_04\bin)
 * Copy the jar (JoglAddOn.jar) into the folder lib\ext
 * (for example C:\Program Files\Java\j2sdk1.4.2_04\jre\lib\ext or C:\Program Files\Java\j2re1.4.2_04\lib\ext).
 * 
 * WANT TO CONTACT ME ?
 * E-mail :
 * 		jouvieje@esstin.uhp-nancy.fr
 * My web sites :
 * http://topresult.tomato.co.uk/~jerome/
 * http://www.esstin.uhp-nancy.fr/~jouvieje/
 * 
 * LINKS
 * To use this, install JavaRuntimeEnvironment (JRE or SDK) downloadable in Sun's website :
 * 		www.sun.com
 * After, install Jogl downloadable in the website :
 * 		https://jogl.dev.java.net/
 * 
 * This program is coded with Eclipse Platform (a good Java editor) available at :
 * 		www.eclipse.org
 */