aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/graph/font
Commit message (Expand)AuthorAgeFilesLines
* Revise commit 4c34f5980bddcdc84b10cb3bcbb96b365b9d471e (Bug 767): TAB, BS and...Sven Gothel2013-07-031-5/+8
* FontConstructor: Hide the exposed strings and add them in class API doc to mi...Sven Gothel2013-06-121-2/+10
* Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456Sven Gothel2013-06-111-3/+5
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-111-1/+1
* graph/font: Add "public float getAdvanceWidth(int i, float pixelSize);"Sven Gothel2012-05-151-0/+1
* Graph/Glyph: Clarify public Font.Glyph and private FontInt.GlyphIntSven Gothel2012-05-151-0/+6
* Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API...Sven Gothel2012-03-171-3/+3
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-131-4/+4
* FontSet (graph): get*(..) throws IOException - Proper passing and handling of...Sven Gothel2012-02-221-2/+4
* NEWT/Reparenting: Give Composite WM some slack, sleep(100); Minor edits/fixesSven Gothel2011-09-161-1/+0
* Graph Fonts: Decorate w/ PrivilegedAction if requiredSven Gothel2011-09-151-16/+1
* Graph: Remove unused importsRami Santina2011-06-051-1/+0
* Graph/Font: use StringBuilderSven Gothel2011-05-081-2/+12
* Graph / Text: Use CharSequence as char/string interface to text renderingSven Gothel2011-05-061-2/+2
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-081-17/+17
* Font Names: Expose name indices allowing user to pick all names ..Sven Gothel2011-04-011-2/+13
* Load fonts via File or URL .Sven Gothel2011-04-011-4/+33
* Font: +getName / +getAllNames / +isPrintableCharacterSven Gothel2011-04-011-0/+3
* Folded turtle2d into jogl foldersSven Gothel2011-04-013-0/+222