aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/graph/font/Font.java
Commit message (Expand)AuthorAgeFilesLines
* graph/font: Use 'pixelSize' var-name, remove redundanciesSven Gothel2014-08-281-4/+39
* Bug 801: Reduce temp. object creation, i.e. GC loadSven Gothel2014-04-021-27/+31
* Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-011-3/+23
* Bug 801: VectorUtil: Pass result vector, allowing caller to manage memory (pe...Sven Gothel2014-03-051-2/+12
* Bug 801: VBAA Render-Mode Based on SampleCount (not a user-based texWidth) ; ...Sven Gothel2014-03-011-6/+36
* Bug 801: TextRegionUtil add 'special' for cache-key; Minor editsSven Gothel2014-02-281-0/+3
* Bug 801: Graph TextRenderer Cleanup Part-4: Text[Render->Region]Util API: Bet...Sven Gothel2014-02-271-1/+5
* Bug 801: Graph TextRenderer Cleanup Part-2: Remove Path2D from Glyph/Typecast...Sven Gothel2014-02-271-15/+2
* Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts)Sven Gothel2014-02-241-7/+2
* Merge branch 'master' into stash_glyphcacheSven Gothel2014-02-231-19/+20
|\
| * jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+1
| * jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-17/+17
| * Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-111-1/+1
* | Bug 801: Graph TextRenderer Cleanup Part-1a (unclean)Sven Gothel2014-02-231-0/+24
|/
* 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
* 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
* Font: +getName / +getAllNames / +isPrintableCharacterSven Gothel2011-04-011-0/+3
* Folded turtle2d into jogl foldersSven Gothel2011-04-011-0/+82