diff --git a/src/main/java/org/freedesktop/cairo/ScaledFont.java b/src/main/java/org/freedesktop/cairo/ScaledFont.java index 3bc058d..ea8b8d3 100644 --- a/src/main/java/org/freedesktop/cairo/ScaledFont.java +++ b/src/main/java/org/freedesktop/cairo/ScaledFont.java @@ -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. - * + *

* 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()}.