Skip to content

Commit

Permalink
PDFBOX-2852: fix javadoc
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1750132 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Jun 24, 2016
1 parent 289e590 commit 716b62c
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -71,13 +71,15 @@ public interface PDFontLike
* PDFont subclass to retrieve the glyph outline as a GeneralPath.
*
* @param code character code
* @deprecated Use {@link #getBoundingBox()#getHeight(int) } instead.
* @deprecated Use
* {@link #getBoundingBox() getBoundingBox()}.{@link BoundingBox#getHeight() getHeight()}
* instead.
*/
@Deprecated
float getHeight(int code) throws IOException;

/**
* Returns the advance width of the given character, in glyph space.</p>
* Returns the advance width of the given character, in glyph space.<p>
*
* If you want the visual bounds of the glyph then call getPath(..) on the appropriate
* PDFont subclass to retrieve the glyph outline as a GeneralPath instead.
Expand Down

0 comments on commit 716b62c

Please sign in to comment.