aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/font
Commit message (Expand)AuthorAgeFilesLines
* Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456Sven Gothel2013-06-111-1/+1
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-114-4/+4
* *FontLoader: Order fields in init-order, make private.Sven Gothel2012-10-312-11/+11
* Adapt to GlueGen commit 1468286bf569a493e4fdb887d5f3732f88c8cec3 (IOUtil.crea...Sven Gothel2012-06-161-1/+1
* Java Source Files: dos -> unix formatSven Gothel2012-05-151-222/+222
* graph/font: Add "public float getAdvanceWidth(int i, float pixelSize);"Sven Gothel2012-05-152-1/+6
* Graph/Glyph: Clarify public Font.Glyph and private FontInt.GlyphIntSven Gothel2012-05-153-11/+7
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-1637-53/+53
* Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API...Sven Gothel2012-03-173-10/+10
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-131-1/+1
* FontSet (graph): get*(..) throws IOException - Proper passing and handling of...Sven Gothel2012-02-224-17/+22
* javac - setup encoding to UTF-8Sven Gothel2012-01-231-3/+3
* TypecastFontConstructor: Use IOUtil's createTempFile() to comfort AndroidSven Gothel2011-09-281-4/+2
* Graph Fonts: Decorate w/ PrivilegedAction if requiredSven Gothel2011-09-152-13/+33
* Enclose file IO access in priviledged blockSven Gothel2011-08-111-11/+24
* Handle curved triangles overlaps.Rami Santina2011-06-201-221/+220
* Merge remote-tracking branch 'remotes/rsantina/master'Sven Gothel2011-06-111-1/+0
|\
| * Graph: Remove unused importsRami Santina2011-06-051-1/+0
* | Merge remote-tracking branch 'rsantina/master'Sven Gothel2011-06-083-8/+74
|\|
| * Font and TypecastRender generate array of OutlineShapes instead of Path2DRami Santina2011-06-023-8/+74
* | Locator moved to GlueGen's IOUtil (gluegen a87c56c95099de5b6cbc9bd8bf6f1924a3...Sven Gothel2011-06-081-2/+3
* | Using GlueGen IOUtil (dropped StreamUtil, FileUtil); Public GLReadBufferUtil ...Sven Gothel2011-06-071-1/+1
|/
* Graph/Loop: More readable/verbose invert case; using Winding enum; ttf reader...Sven Gothel2011-05-101-2/+3
* TypecastRenderer: Avoid -y direction and later y-flipping / FIXME: math must ...Sven Gothel2011-05-081-17/+17
* Graph/Font: use StringBuilderSven Gothel2011-05-084-19/+42
* Graph / Text: Use CharSequence as char/string interface to text renderingSven Gothel2011-05-063-6/+6
* Refactor getOutline --> getPaths (actual behaviour)Rami Santina2011-05-023-4/+6
* Fix/Add: Locator (Handle JarURLConnection and ..)Sven Gothel2011-04-221-3/+1
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-0811-218/+218
* Font Names: Expose name indices allowing user to pick all names ..Sven Gothel2011-04-013-31/+11
* Load fonts via File or URL .Sven Gothel2011-04-014-25/+64
* Font: +getName / +getAllNames / +isPrintableCharacterSven Gothel2011-04-014-3/+58
* integrated typecast into jogamp. treeSven Gothel2011-04-01109-15/+15868
* Folded turtle2d into jogl foldersSven Gothel2011-04-0124-0/+1673