aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Re-apply overwritten stability changes (NPE, redundancy)jogl_patchesSven Göthel2024-02-031-11/+12
* GlyfDescript: initialization order of _glyphIndexHausmacher_Part1Sven Göthel2024-02-031-1/+1
* Cleanup (static, final, whitespace, ..) post Hausmacher MergeSven Göthel2024-02-0323-546/+552
* Hausmacher Merge: Complete merge part-1: Compile and test clean (pre-write-fe...Sven Göthel2024-02-025-32/+34
* Enhanced dump format of cmap table.Bernhard Haumacher2024-02-028-36/+77
* Added rudimentary documentation to the CFF table.Bernhard Haumacher2024-02-021-1/+35
* Added test case for reading an SVG color font.Bernhard Haumacher2024-02-023-0/+5
* Added support for reading the SVG table.Bernhard Haumacher2024-02-024-48/+363
* Added documentation to the 'loca' table.Bernhard Haumacher2024-02-021-5/+33
* Improved documentation of Cmap table.Bernhard Haumacher2024-02-028-6/+331
* Bugfix: Format 14 header of Cmap table is not skipped correctly.Bernhard Haumacher2024-02-021-2/+1
* Added (yet failing) test case for color font parsing.Bernhard Haumacher2024-02-023-3/+29
* Added offset table as member to the font.Bernhard Haumacher2024-02-023-16/+36
* Added documentation to the HmtxTable.Bernhard Haumacher2024-02-021-12/+148
* Added documentation to the 'glyf' table and structures.Bernhard Haumacher2024-02-0220-153/+1009
* Getters for macStyle bits, enhanced docu for fontDirectionHint.Bernhard Haumacher2024-02-022-16/+150
* Added JavaDoc references, split version fields according to spec.Bernhard Haumacher2024-02-021-6/+100
* Documentation for `HeadTable`Bernhard Haumacher2024-02-0233-55/+511
* Glyph: getGlyphIndex() -> getID() to simplify name2023-02-18Sven Gothel2023-02-181-1/+1
* GlyfDescript: Assign _glyphIndex w/ ctor argument (+ code cleanup)Sven Gothel2023-02-181-6/+13
* Point: Add toString()Sven Gothel2023-02-121-0/+4
* TTFont: Handle null result of _glyf.getDescription(i)Sven Gothel2023-02-121-5/+11
* OTFontCollection: Make class public for general useSven Gothel2023-02-121-2/+1
* OTFont: Re-add getName(int) and getAllNames(..), make getMaxpTable() publicSven Gothel2023-02-121-2/+22
* *Font*: Bring back loading fonts and glyph directly via input stream w/o font...Sven Gothel2023-02-126-95/+225
* GlyfCompositeDescript: Check null result for parentTable.getDescription(int)Sven Gothel2023-02-121-45/+52
* Glyoh*: Maintain ID and AABBox, add toString() and clearPointData() for optio...Sven Gothel2023-02-124-19/+446
* NameTable: Check bounds on getRecord(int), re-add safe getRecordsRecordString...Sven Gothel2023-02-121-3/+15
* Cleanup: HeadTable: final and overrideSven Gothel2023-02-121-1/+2
* HdmxTable: Re-add public access to DeviceRecord, as required for pixelSize de...Sven Gothel2023-02-121-23/+34
* KernTable: Add direct access to KernSubtableFormat0, add toString()Sven Gothel2023-02-121-11/+33
* KernSubtable*: Add clearKerningPairs() for potential memory releaseSven Gothel2023-02-123-0/+12
* KernSubtable*: Maintain version, length and coverage. Add boolean accessors t...Sven Gothel2023-02-124-38/+94
* Fix: HeadTable's unitPerEm is uint16 not int16, hence use int type and read a...Sven Gothel2023-02-122-4/+4
* Cleanup: Mark some fields 'final' and suppress unused warningsSven Gothel2023-02-118-84/+95
* Remove org.slf4j.Logger*, substitute with a static final DEBUG flag for now a...Sven Gothel2023-02-114-35/+32
* .gitignore add binSven Gothel2023-02-111-0/+1
* Merge pull request #11 from dcsch/code-cleanupHEADmasterDavid Schweinsberg2019-09-15107-792/+729
|\
| * Code cleanupDavid Schweinsberg2019-09-15107-792/+729
|/
* Added SVG font export testDavid Schweinsberg2019-09-158-40/+121
* Re-enable SVG font exportDavid Schweinsberg2019-09-153-202/+160
* Load font with byte arrayDavid Schweinsberg2019-09-1511-361/+212
* Start decoupling tables, fonts, and font collectionsDavid Schweinsberg2019-09-1335-935/+493
* Added basic font loading testDavid Schweinsberg2019-09-102-1/+45
* Added simple font collection testDavid Schweinsberg2019-09-104-14/+132
* Moved test directory to correct locationDavid Schweinsberg2019-09-101-0/+0
* Merge pull request #10 from dcsch/split-upDavid Schweinsberg2019-09-09174-3472/+138
|\
| * Removed unneeded dependenciesDavid Schweinsberg2019-09-092-12/+1
| * Moved to MavenDavid Schweinsberg2019-09-07146-42/+147
| * Retired app from main repositoryDavid Schweinsberg2019-09-0727-3429/+0