| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-apply overwritten stability changes (NPE, redundancy)jogl_patches | Sven Göthel | 2024-02-03 | 1 | -11/+12 |
* | GlyfDescript: initialization order of _glyphIndexHausmacher_Part1 | Sven Göthel | 2024-02-03 | 1 | -1/+1 |
* | Cleanup (static, final, whitespace, ..) post Hausmacher Merge | Sven Göthel | 2024-02-03 | 23 | -546/+552 |
* | Hausmacher Merge: Complete merge part-1: Compile and test clean (pre-write-fe... | Sven Göthel | 2024-02-02 | 5 | -32/+34 |
* | Enhanced dump format of cmap table. | Bernhard Haumacher | 2024-02-02 | 8 | -36/+77 |
* | Added rudimentary documentation to the CFF table. | Bernhard Haumacher | 2024-02-02 | 1 | -1/+35 |
* | Added test case for reading an SVG color font. | Bernhard Haumacher | 2024-02-02 | 3 | -0/+5 |
* | Added support for reading the SVG table. | Bernhard Haumacher | 2024-02-02 | 4 | -48/+363 |
* | Added documentation to the 'loca' table. | Bernhard Haumacher | 2024-02-02 | 1 | -5/+33 |
* | Improved documentation of Cmap table. | Bernhard Haumacher | 2024-02-02 | 8 | -6/+331 |
* | Bugfix: Format 14 header of Cmap table is not skipped correctly. | Bernhard Haumacher | 2024-02-02 | 1 | -2/+1 |
* | Added (yet failing) test case for color font parsing. | Bernhard Haumacher | 2024-02-02 | 3 | -3/+29 |
* | Added offset table as member to the font. | Bernhard Haumacher | 2024-02-02 | 3 | -16/+36 |
* | Added documentation to the HmtxTable. | Bernhard Haumacher | 2024-02-02 | 1 | -12/+148 |
* | Added documentation to the 'glyf' table and structures. | Bernhard Haumacher | 2024-02-02 | 20 | -153/+1009 |
* | Getters for macStyle bits, enhanced docu for fontDirectionHint. | Bernhard Haumacher | 2024-02-02 | 2 | -16/+150 |
* | Added JavaDoc references, split version fields according to spec. | Bernhard Haumacher | 2024-02-02 | 1 | -6/+100 |
* | Documentation for `HeadTable` | Bernhard Haumacher | 2024-02-02 | 33 | -55/+511 |
* | Glyph: getGlyphIndex() -> getID() to simplify name2023-02-18 | Sven Gothel | 2023-02-18 | 1 | -1/+1 |
* | GlyfDescript: Assign _glyphIndex w/ ctor argument (+ code cleanup) | Sven Gothel | 2023-02-18 | 1 | -6/+13 |
* | Point: Add toString() | Sven Gothel | 2023-02-12 | 1 | -0/+4 |
* | TTFont: Handle null result of _glyf.getDescription(i) | Sven Gothel | 2023-02-12 | 1 | -5/+11 |
* | OTFontCollection: Make class public for general use | Sven Gothel | 2023-02-12 | 1 | -2/+1 |
* | OTFont: Re-add getName(int) and getAllNames(..), make getMaxpTable() public | Sven Gothel | 2023-02-12 | 1 | -2/+22 |
* | *Font*: Bring back loading fonts and glyph directly via input stream w/o font... | Sven Gothel | 2023-02-12 | 6 | -95/+225 |
* | GlyfCompositeDescript: Check null result for parentTable.getDescription(int) | Sven Gothel | 2023-02-12 | 1 | -45/+52 |
* | Glyoh*: Maintain ID and AABBox, add toString() and clearPointData() for optio... | Sven Gothel | 2023-02-12 | 4 | -19/+446 |
* | NameTable: Check bounds on getRecord(int), re-add safe getRecordsRecordString... | Sven Gothel | 2023-02-12 | 1 | -3/+15 |
* | Cleanup: HeadTable: final and override | Sven Gothel | 2023-02-12 | 1 | -1/+2 |
* | HdmxTable: Re-add public access to DeviceRecord, as required for pixelSize de... | Sven Gothel | 2023-02-12 | 1 | -23/+34 |
* | KernTable: Add direct access to KernSubtableFormat0, add toString() | Sven Gothel | 2023-02-12 | 1 | -11/+33 |
* | KernSubtable*: Add clearKerningPairs() for potential memory release | Sven Gothel | 2023-02-12 | 3 | -0/+12 |
* | KernSubtable*: Maintain version, length and coverage. Add boolean accessors t... | Sven Gothel | 2023-02-12 | 4 | -38/+94 |
* | Fix: HeadTable's unitPerEm is uint16 not int16, hence use int type and read a... | Sven Gothel | 2023-02-12 | 2 | -4/+4 |
* | Cleanup: Mark some fields 'final' and suppress unused warnings | Sven Gothel | 2023-02-11 | 8 | -84/+95 |
* | Remove org.slf4j.Logger*, substitute with a static final DEBUG flag for now a... | Sven Gothel | 2023-02-11 | 4 | -35/+32 |
* | .gitignore add bin | Sven Gothel | 2023-02-11 | 1 | -0/+1 |
* | Merge pull request #11 from dcsch/code-cleanupHEADmaster | David Schweinsberg | 2019-09-15 | 107 | -792/+729 |
|\ |
|
| * | Code cleanup | David Schweinsberg | 2019-09-15 | 107 | -792/+729 |
|/ |
|
* | Added SVG font export test | David Schweinsberg | 2019-09-15 | 8 | -40/+121 |
* | Re-enable SVG font export | David Schweinsberg | 2019-09-15 | 3 | -202/+160 |
* | Load font with byte array | David Schweinsberg | 2019-09-15 | 11 | -361/+212 |
* | Start decoupling tables, fonts, and font collections | David Schweinsberg | 2019-09-13 | 35 | -935/+493 |
* | Added basic font loading test | David Schweinsberg | 2019-09-10 | 2 | -1/+45 |
* | Added simple font collection test | David Schweinsberg | 2019-09-10 | 4 | -14/+132 |
* | Moved test directory to correct location | David Schweinsberg | 2019-09-10 | 1 | -0/+0 |
* | Merge pull request #10 from dcsch/split-up | David Schweinsberg | 2019-09-09 | 174 | -3472/+138 |
|\ |
|
| * | Removed unneeded dependencies | David Schweinsberg | 2019-09-09 | 2 | -12/+1 |
| * | Moved to Maven | David Schweinsberg | 2019-09-07 | 146 | -42/+147 |
| * | Retired app from main repository | David Schweinsberg | 2019-09-07 | 27 | -3429/+0 |