13 Commits (6696559fc657aa3d83b868c337ced59e6a44ca7b)

Author SHA1 Message Date
  Simon Steiner 6696559fc6 FOP-3129: Symbol font was not being mapped to unicode 1 year ago
  Simon Steiner a5fa25cf3e FOP-2994: Support OTF/TTF SVG fonts 3 years ago
  Simon Steiner da0f281740 FOP-2902: Ignore TTF reserved index range 4 years ago
  Simon Steiner 73537d666c java.lang Cleanup 6 years ago
  Simon Steiner 88751079b0 FOP-1969: Support for unicode Surrogate pairs 6 years ago
  Simon Steiner 7eba11e048 Fix javadocs under java 8 6 years ago
  Simon Steiner cf0660bbae FOP-2598: ArrayIndexOutOfBoundException while loading TTF font OCRB 7 years ago
  Simon Steiner e5e89aa9e3 FOP-2648: Code cleanup, use foreach 7 years ago
  Simon Steiner 46b7e0614c FOP-2648: Code cleanup, use foreach 7 years ago
  Simon Steiner 36d81a0a71 FOP-2648: Code cleanup 7 years ago
  Simon Steiner d00fbcc580 FOP-2643: Java 9 warnings 7 years ago
  Simon Steiner fd46ff01e9 FOP-2608: Convert OTF to Type 1 in postscript 8 years ago
  Glenn Adams 6a719897d6 Configure fop-{sandbox,servlet,transcoder}, checkstyle, findbugs; fixups for ant targets. 8 years ago
  Glenn Adams 57949ba0cf Configure maven build. 8 years ago
  Glenn Adams c8cde713f5 Transition source to standard maven hierarchy (initial). 8 years ago
  Robert Meyer cc829b9753 FOP-2494 - Unable to use Ubuntu Mono Font 8 years ago
  Robert Meyer 5a7195cae3 Creation of soft fonts for TrueType fonts in PCL 9 years ago
  Andreas L. Delmelle 68203d133a Address high and medium priority findbugs warnings 9 years ago
  Glenn Adams 5f66eef3fe Fix or suppress 5- to 9-instance findbug warnings. 9 years ago
  Glenn Adams 84bc994a22 Fix 2-instance findbug warnings. 9 years ago
  Glenn Adams c7d7ed1ee6 Fix or suppress 1-instance findbug warnings. 9 years ago
  Vincent Hennebert c411c5fb57 Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warnings 10 years ago
  Simon Steiner 507202d1e7 Add t1 merging 10 years ago
  Simon Steiner 4516274b5d Allow merging of fonts 10 years ago
  Luis Bernardo 21682bdca7 FOP-2252: OpenType CFF support for FOP; patch submitted by Robert Meyer 10 years ago
  Vincent Hennebert f8e822efe1 Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs. 11 years ago
  Luis Bernardo 2b8f2a4278 FOP-2265: Enable xlint cast; patch submitted by Simon Steiner 11 years ago
  Vincent Hennebert e8f590803a Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed corresponding violations 11 years ago
  Vincent Hennebert 37ea66b191 Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding violations 11 years ago
  Peter Hancock dc7f036c5e JIRA#FOP-2180: TTFReader outputs bounding box information for glyphs. 11 years ago
  Jeremias Maerki 2a7e60cb33 Fix for regression introduced by revision 1352986: NPE when auto-detecting TrueType Collections. 12 years ago
  Mehdi Houshmand c9f6e74ddf Improved the handling of defaults for PDF config and general clean up 12 years ago
  Glenn Adams bf1401875c Eliminate javadocs warnings. 12 years ago
  Vincent Hennebert fae8882d22 Renamed DIRECTORY_TABLE into TABLE_DIRECTORY 12 years ago
  Mehdi Houshmand eccd73c523 Started unifying URI resolution mechanism, redesigned configuration system and created flexible config testing 12 years ago
  Vincent Hennebert 992889d0a8 Javadoc improvements 12 years ago
  Vincent Hennebert a5c4a9c5d5 Renamed BFEntry into CMapSegment 12 years ago
  Vincent Hennebert 1f82c47f3c Made glyphToUnicodeMap and unicodeToGlyphMap final 12 years ago
  Glenn Adams 1ec5b70b5a Bugzilla #53148: Fix performance regression in JDK 1.6 Update 19 due to use of Java Beans API. Fix checkstyle errors. 12 years ago
  Glenn Adams f5141241f7 Tweak comment. 12 years ago
  Glenn Adams c5ea5054c7 Bugzilla #50492: Removing experimental feature that violates XSL-FO and Unicode semantics by misinterpreting Basic Latin code points. Users must use private use codepoints to access font specific character mappings that have no assigned Unicode code point. 12 years ago
  Vincent Hennebert 7c8f02c573 Bugzilla #50483: Improved support for TrueType fonts in PostScript 12 years ago
  Glenn Adams 2ed4c2e034 enable ImportOrder rule; fix violations 12 years ago
  Glenn Adams d6d8e57b17 apply complex scripts patch 12 years ago
  Simon Pepping 347387b317 Second part of patch 50245 by Mehdi Houshmand 13 years ago
  Simon Pepping dbe01e0fa2 Partial application of patch 50245 by Mehdi Houshmand 13 years ago
  Jeremias Maerki f133bab5a8 Added full support for single-byte encodings when TTF fonts are embedded in PostScript. 13 years ago
  Vincent Hennebert 519ac01c92 Added possibility to use glyphs outside WinAnsiEncoding for TrueType fonts that are not embedded in the PostScript file, and that don't have a list of glyph names ('post' table version 3). 13 years ago
  Jeremias Maerki 29e8badcec Bugzilla #49733: 14 years ago
  Vincent Hennebert 589c8ab356 Trying to get a glyph name out of a Unicode code point is already done by the call to mapChar, so doing it again in TTFFontLoader is useless. Instead, make use of the post table if it exists, that may contain a list of glyph names and allow more glyphs to be supported. 14 years ago