Skip to content

Commit

Permalink
Fix incorrect javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm committed Jul 2, 2023
1 parent c51b258 commit 3d8f97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/freedesktop/cairo/ScaledFont.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* ScaledFont is most useful for low-level font usage where a library or
* application wants to cache a reference to a scaled font to speed up the
* computation of metrics.
*
* <p>
* There are various types of scaled fonts, depending on the font backend they
* use. The type of a scaled font can be queried using
* {@link ScaledFont#getType()}.
Expand Down

0 comments on commit 3d8f97a

Please sign in to comment.