Browse Source

Eliminate javadocs warnings.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1353173 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_1rc1^2
Glenn Adams 12 years ago
parent
commit
bf1401875c

+ 1
- 1
src/java/org/apache/fop/fonts/truetype/TTFFile.java View File

@@ -343,7 +343,7 @@ public class TTFFile {
* Position inputstream to position indicated
* in the dirtab offset + offset
* @param in font file reader
* @param name (tag) of table
* @param tableName (tag) of table
* @param offset from start of table
* @return true if seek succeeded
* @throws IOException if I/O exception occurs during seek

+ 1
- 1
src/java/org/apache/fop/render/ps/fonts/PSTTFGenerator.java View File

@@ -79,7 +79,7 @@ public class PSTTFGenerator {
* @param byteArray byte[] a byte array
* @param offset the position in the byte array where the streaming must start
* @param length the number of bytes to stream. This MUST be less than
* {@link MAX_BUFFER_SIZE} - 1 since strings are suffixed by '00' (see Section 4.2 of
* {@link #MAX_BUFFER_SIZE} - 1 since strings are suffixed by '00' (see Section 4.2 of
* Adobe Technical Note #5012, <em>The Type 42 Font Format Specification</em>.).
*/
public void streamBytes(byte[] byteArray, int offset, int length) throws IOException {

+ 3
- 0
status.xml View File

@@ -63,6 +63,9 @@
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
<action context="Code" dev="GA" type="fix">
Eliminate javadocs warnings.
</action>
<action context="Renderers" dev="VH" type="add" fixes-bug="52338" importance="high">
Added possibility to embed TrueType fonts in PostScript.
</action>

Loading…
Cancel
Save