9 Commits (88751079b006c5e7ce427485dc50bf8a6217c903)

Author SHA1 Message Date
  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 9 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. 10 years ago
  Glenn Adams 84bc994a22 Fix 2-instance findbug warnings. 10 years ago
  Glenn Adams c7d7ed1ee6 Fix or suppress 1-instance findbug warnings. 10 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 11 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). 14 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
  Jeremias Maerki 63342a9b6d Added support for TrueType fonts with symbol character maps (like "Wingdings" and "Symbol"). Characters for these fonts are usually found in the 0xF020 to 0xF0FF range (a Unicode private use area). 14 years ago
  Adrian Cumiskey b4c6724ac1 Merged revisions 718666,718705,719038,719110 via svnmerge from 15 years ago
  Jeremias Maerki 45c1746b5f Reduced warning on ascender+descender > EM box to DEBUG level, as this case is compensated for by additional code in guessVerticalMetricsFromGlyphBBox() and is therefore only confusing. I tested problematic fonts and they show an acceptable line layout. No semantics changed. 15 years ago
  Adrian Cumiskey 79f8cbdb1e Merged revisions 693433,693462,693720,693742,693781,693784,693841,695491,695500,695776,696365,697140,697152,698280,698322,698670 via svnmerge from 15 years ago