aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/curve/text
Commit message (Expand)AuthorAgeFilesLines
* Add Factory for triangulation with base Interface; misc cleanupRami Santina2011-06-051-1/+1
* Font and TypecastRender generate array of OutlineShapes instead of Path2DRami Santina2011-06-022-80/+24
* Remove implicit for loops reduces temp objectsRami Santina2011-05-211-0/+1
* Fix: glyph outline orientation with the removal of inversionRami Santina2011-05-101-1/+2
* Loop: Fix invert; GlyphString/createRegion: Remove unnecessary on-the-fly obj...Sven Gothel2011-05-091-6/+5
* Graph/GLyph*: Add static factory method for non Renderer creation,Sven Gothel2011-05-082-34/+83
* Graph / Text: Use CharSequence as char/string interface to text renderingSven Gothel2011-05-061-5/+5
* GlyphShape: Use switch block for PathIterator - adding default (exception)Sven Gothel2011-05-061-24/+28
* Graph: More std. functionality (equals, clone) / Better in-place transformati...Sven Gothel2011-05-061-28/+7
* Merging OutlineShape.VerticesState enum type (John Pritchard <[email protected]...Sven Gothel2011-05-051-1/+1
* Added nonuniform weight impl; misc enhancements/cleanupsRami Santina2011-05-022-14/+14
* ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function...Sven Gothel2011-04-261-2/+3
* Refactored graph: Reduce/remove data copy/recreation; Shader cleanupSven Gothel2011-04-231-19/+17
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-082-229/+229
* TextRenderer - createString exposed; Renderer - added scale();Rami Santina2011-04-081-0/+5
* Folded turtle2d into jogl foldersSven Gothel2011-04-012-0/+324