aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/font
Commit message (Expand)AuthorAgeFilesLines
* Graph Font: Enhance API doc (source of values), better get*Bounds() names, dr...Sven Gothel2023-02-163-61/+39
* Graph: TypecastRenderer: Fix point-loop (no reduced 'count - 1', no break on ...Sven Gothel2023-02-161-94/+245
* Typecast: Glyph: getGlyphIndex() -> getID() to simplify nameSven Gothel2023-02-161-1/+1
* Typecast: Assign _glyphIndex w/ ctor argument (+ code cleanup)Sven Gothel2023-02-161-10/+17
* Graph TextRegionUtil: Move ShapeVisitor to OutlineShape.Visitor and processSt...Sven Gothel2023-02-154-25/+102
* Graph Font: getGlyph(char symbol -> int glyph_id), add kerning to getPointsBo...Sven Gothel2023-02-143-34/+29
* Graph Type Rendering: Drop pixelSize and use font em-size [0..1] throughout s...Sven Gothel2023-02-134-300/+61
* Graph font/typecast: Adopt to our Typecast updates (see below); Fix kerning; ...Sven Gothel2023-02-124-56/+147
* Typecast: Table: Use package-protected static final const, remove notAvailabl...Sven Gothel2023-02-122-51/+49
* Typecast: KernSubtableFormat2: Use package-protectionSven Gothel2023-02-121-2/+2
* Typecast: KernSubtable: Remove getKerningTable(..), will be implemented in hi...Sven Gothel2023-02-121-11/+1
* GlyfCompositeDescript: Remove useless try { } in ctor; Remove redundant varia...Sven Gothel2023-02-121-27/+21
* Typecast: *Font*: Use constructor instead for static read(). TTFont: Add ctor...Sven Gothel2023-02-123-22/+88
* Update included Typecast library to 2019-09-15 commit 0d55ac0eb4a39a7f8f2a796...Sven Gothel2023-02-11127-4361/+4651
* Font/Graph, {Font, Glyph}/Typecast: Add kerning and expose values in original...Sven Gothel2023-02-103-136/+466
* Typecase: OTFont: Provide KernTable accessorSven Gothel2023-02-101-0/+8
* Typecast: OTGlyph: Maintain the glyphID, add toString()Sven Gothel2023-02-101-3/+21
* Typecast: HeadTable: Use 'int' to hold 'uint16' unitsPerEM valueSven Gothel2023-02-101-3/+3
* Typecast: Kerning: Use 'int' to cover 'uint16' values; Detail KernSubtable an...Sven Gothel2023-02-105-10/+88
* Graph: TypecastRenderer: Add comment about TTF Glyph's having Winding.CWSven Gothel2023-02-061-0/+3
* Graph: TypecastRenderer: Simplify addShape*(), use OutlineShape's vertexFacto...Sven Gothel2023-02-051-29/+29
* Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.planeSven Gothel2023-02-041-1/+1
* Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()Sven Gothel2023-01-142-6/+6
* Bug 1367: Adapt to TempFileCache & TempJarCache ChangesSven Gothel2019-04-031-1/+1
* Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78...Sven Gothel2015-10-031-6/+4
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-1/+1
* Fix UbuntuFontLoader: Regression of commit bd24599b21f9787ac989e65b44dc1ba762...Sven Gothel2015-01-271-14/+22
* Graph Font: Fix API doc (parameter) ; GPUUISceneGLListener0A forward FontFact...Sven Gothel2014-10-092-4/+12
* Refine Graph/Font InputStream Capabilities (commit 628509b39ea7c16210315d1918...Sven Gothel2014-09-305-152/+130
* Merge remote-tracking branch 'picoworm/master'Sven Gothel2014-09-243-4/+39
|\
| * Added possibility to load font using InputStream parameterRoman2014-07-243-4/+39
* | graph/font: Use 'pixelSize' var-name, remove redundanciesSven Gothel2014-08-282-43/+37
|/
* Findbugs: Comment on some issues (OK, they are) ; Remove dead branchesSven Gothel2014-07-081-2/+2
* Findbugs: Use inner static class where possibleSven Gothel2014-07-087-55/+56
* Findbugs: Misc minor issues (see below)Sven Gothel2014-07-081-8/+8
* Findbugs: Remove dead-code / unused [temp] storage and it's assignmentSven Gothel2014-07-086-29/+43
* Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)'Sven Gothel2014-07-082-11/+11
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-03102-1225/+1225
* Bug 801: Reduce temp. object creation, i.e. GC loadSven Gothel2014-04-023-56/+51
* Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-013-13/+61
* TypecastRenderer: Validate Shape Generation - Result: OKSven Gothel2014-03-251-0/+4
* Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc...Sven Gothel2014-03-221-1/+2
* Bug 801: Add Frustum support to Region; Misc ..Sven Gothel2014-03-141-1/+1
* Bug 801: VectorUtil: Pass result vector, allowing caller to manage memory (pe...Sven Gothel2014-03-053-5/+6
* Bug 801: TypecastRenderer: Don't use Cubic, but 'double quad' / GlyfComposite...Sven Gothel2014-03-012-12/+14
* Bug 801: VBAA Render-Mode Based on SampleCount (not a user-based texWidth) ; ...Sven Gothel2014-03-012-2/+5
* Bug 801: Drop TypecastRenderer's CUBIC mode if p3 is 'looped'Sven Gothel2014-02-281-2/+2
* Bug 801: TypecastRenderer: Rename local point vars for better reviewSven Gothel2014-02-281-50/+51
* Bug 801: TypecastRenderer: Disable DEBUG ; Performance Note: ~800-1200 fps on...Sven Gothel2014-02-281-1/+1
* Bug 801: Fix TypecastRenderer End-Of-Contour and Shape-Closing; add cubic pathSven Gothel2014-02-281-46/+81