Skip to content

Commit

Permalink
PDFBOX-5660: improve javadoc
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1913473 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Oct 31, 2023
1 parent 18a1931 commit 4600685
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ public float getWidthFromFont(int code) throws IOException
return charProc.getWidth();
}

/**
* {@inheritDoc}
*
* @return true because type 3 fonts are embedded by design.
*/
@Override
public boolean isEmbedded()
{
Expand Down

0 comments on commit 4600685

Please sign in to comment.