| Commit message (Expand) | Author | Age | Files | Lines |
* | TypecastGlyph: Add complex/simple info in toString() | Sven Göthel | 2024-02-15 | 1 | -2/+2 |
* | Bug 1501 Graph Delaunay: Replace MaterialIconsRound-Regular.ttf with fixed wi... | Sven Göthel | 2024-02-12 | 1 | -0/+0 |
* | Typecast: Re-apply overwritten stability changes (NPE, redundancy) | Sven Göthel | 2024-02-03 | 1 | -11/+12 |
* | Typecast: Cleanup: final | Sven Göthel | 2024-02-03 | 2 | -18/+19 |
* | Hausmacher Merge: Complete merge part-1 into JOGL from our typecast branch; A... | Sven Göthel | 2024-02-03 | 1 | -0/+65 |
* | Cleanup (static, final, whitespace, ..) post Hausmacher Merge | Sven Göthel | 2024-02-03 | 19 | -426/+433 |
* | Hausmacher Merge: Complete merge part-1: Compile and test clean (pre-write-fe... | Sven Göthel | 2024-02-03 | 3 | -28/+32 |
* | Enhanced dump format of cmap table. | Bernhard Haumacher | 2024-02-03 | 8 | -36/+77 |
* | Added rudimentary documentation to the CFF table. | Bernhard Haumacher | 2024-02-03 | 1 | -1/+35 |
* | Added support for reading the SVG table. # Conflicts: # src/jogl/classes/joga... | Bernhard Haumacher | 2024-02-03 | 4 | -48/+363 |
* | Added documentation to the 'loca' table. | Bernhard Haumacher | 2024-02-03 | 1 | -5/+33 |
* | Improved documentation of Cmap table. | Bernhard Haumacher | 2024-02-03 | 8 | -6/+331 |
* | Bugfix: Format 14 header of Cmap table is not skipped correctly. | Bernhard Haumacher | 2024-02-03 | 1 | -2/+1 |
* | Added offset table as member to the font. | Bernhard Haumacher | 2024-02-03 | 5 | -17/+52 |
* | Added documentation to the HmtxTable. | Bernhard Haumacher | 2024-02-03 | 1 | -12/+148 |
* | Added documentation to the 'glyf' table and structures. | Bernhard Haumacher | 2024-02-03 | 19 | -152/+989 |
* | Getters for macStyle bits, enhanced docu for fontDirectionHint. | Bernhard Haumacher | 2024-02-03 | 2 | -16/+150 |
* | Added JavaDoc references, split version fields according to spec. | Bernhard Haumacher | 2024-02-03 | 1 | -6/+100 |
* | Documentation for `HeadTable` | Bernhard Haumacher | 2024-02-03 | 32 | -55/+439 |
* | Graph/GraphUI: Move getDefault*() to FontFactory and add {get,set}FallbackFon... | Sven Göthel | 2024-02-03 | 1 | -0/+11 |
* | Graph: Drop non-existing 'JAVA' font from FontFactory | Sven Göthel | 2024-01-25 | 1 | -185/+0 |
* | Bug 1463 - Graph Font: Whitespace or undefined Glyphs shall not cover (any) h... | Sven Gothel | 2023-09-26 | 1 | -4/+7 |
* | Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav... | Sven Gothel | 2023-09-24 | 2 | -116/+215 |
* | Graph Fonts: Add 'Material Icons Round-Regular' (APL-2 license) and use it in... | Sven Gothel | 2023-09-24 | 3 | -0/+86 |
* | Graph Fonts UbuntuFontLoader: Factor out FontLoaderImpl and have get(..) sync... | Sven Gothel | 2023-09-24 | 2 | -103/+139 |
* | Graph Fonts: Remove not required text files from Ubuntu fonts | Sven Gothel | 2023-09-24 | 3 | -409/+0 |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 7 | -8/+8 |
* | Graph Font + Glyph: Fix whitespace definition: Include 'no original underlyin... | Sven Gothel | 2023-09-01 | 1 | -7/+9 |
* | Graph Font: Make TypecastRenderer.DEBUG package private to be used by Typecas... | Sven Gothel | 2023-08-28 | 1 | -1/+1 |
* | Graph Font + Glyph: More robust detetection and API definition of non-contour... | Sven Gothel | 2023-08-28 | 2 | -55/+109 |
* | Relocate 'jar/atomic/jogl-fonts-p0.jar' -> 'jar/jogl-fonts-p0.jar' to simplif... | Sven Gothel | 2023-05-20 | 1 | -2/+1 |
* | Graph OutlineShape.get{Outline->}VectexCount() renamed | Sven Gothel | 2023-04-20 | 1 | -1/+1 |
* | Graph Font.getGlyphShapeBounds(): Use variant w/ 2 temp AffineTransform match... | Sven Gothel | 2023-04-18 | 1 | -4/+5 |
* | Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ... | Sven Gothel | 2023-04-18 | 2 | -8/+7 |
* | Typecast Font.getGlyph(..): Fix Glyph case w/ 0 getOutlineVectexCount() -> is... | Sven Gothel | 2023-04-14 | 1 | -4/+14 |
* | Typecast Font.Glyph: Expose isUndefined(), i.e. name == ".notdef" | Sven Gothel | 2023-04-14 | 1 | -0/+3 |
* | Typecast: Expose (new) getGlyphCount(): GlyfTable.getSize() -> (OTFont,Font).... | Sven Gothel | 2023-04-14 | 4 | -1/+13 |
* | Typecast GlyfTable: Use `final` qualifier (cleanup) | Sven Gothel | 2023-04-14 | 1 | -14/+14 |
* | Graph TypecastFont: Avoid PostTable (out-of-bounds) for glyph_name when not e... | Sven Gothel | 2023-04-14 | 1 | -3/+7 |
* | Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,... | Sven Gothel | 2023-04-05 | 3 | -8/+8 |
* | Graph Font: TypecastFont: getGlyphBoundsFU() + processString(): If isWhitespa... | Sven Gothel | 2023-03-28 | 1 | -4/+6 |
* | Graph Font.GlyphVisitor*: Pass 'char symbol' to visitor, passing full text-pr... | Sven Gothel | 2023-03-28 | 1 | -5/+3 |
* | Graph Font.Glyph: Add getFont() (the owner) | Sven Gothel | 2023-03-28 | 1 | -0/+5 |
* | Graph Font: Rename getBBox*() -> getBounds*() to preserve a common semantic name | Sven Gothel | 2023-03-27 | 3 | -8/+8 |
* | Graph: Fix Font.getGlyphBoundsFU(): FU of advance is requested here. | Sven Gothel | 2023-03-27 | 1 | -1/+1 |
* | Graph Font Processing: Use Font.GlyphVisitor instead of OutlineShape.Visitor,... | Sven Gothel | 2023-03-22 | 1 | -9/+15 |
* | Graph Font Processing: Produce a 'whitespace' Glyph w/ an OutlineShape (box) ... | Sven Gothel | 2023-03-22 | 3 | -5/+76 |
* | Graph: Cleanup Vertex.Factory referencing: Only bind to OutlineShape and use ... | Sven Gothel | 2023-03-21 | 1 | -11/+8 |
* | Graph: Font: Add equals() + hash() API doc; GraphUI's Label*.setText(): Only ... | Sven Gothel | 2023-03-08 | 1 | -2/+1 |
* | Graph Perf: Add Region.countOutlineShape(), Font.processString(Visitor2,..), ... | Sven Gothel | 2023-03-07 | 1 | -5/+18 |