summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/SimpleFontMetric.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/SimpleFontMetric.idl')
-rw-r--r--offapi/com/sun/star/awt/SimpleFontMetric.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/SimpleFontMetric.idl b/offapi/com/sun/star/awt/SimpleFontMetric.idl
index 51c44ad67b4d..1862120a85da 100644
--- a/offapi/com/sun/star/awt/SimpleFontMetric.idl
+++ b/offapi/com/sun/star/awt/SimpleFontMetric.idl
@@ -41,7 +41,7 @@ published struct SimpleFontMetric
/** specifies the portion of a lower case character that
rises above the height of the character "x" of the font.
- <p>For example, the letters 'b', 'd', 'h', 'k' and 'l'
+ <p>For example, the letters "b", "d", "h", "k" and "l"
have an ascent unequal to 0.</p>
<p>The ascent is measured in pixels, thus the font metric is
@@ -53,7 +53,7 @@ published struct SimpleFontMetric
/** specifies the portion of a letter falling below the baseline.
- <p>For example, the letters 'g', 'p', and 'y'
+ <p>For example, the letters "g", "p", and "y"
have a descent unequal to 0.</p>
<p>The descent is measured in pixels, thus the font metric is
@@ -64,7 +64,7 @@ published struct SimpleFontMetric
//-------------------------------------------------------------------------
/** specifies the vertical space between lines of this font;
- it is also called internal linespacing.
+ it is also called internal line spacing.
<p>The leading is measured in pixels, thus the font metric is
device dependent.</p>