summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/FontMetrics.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/FontMetrics.idl')
-rw-r--r--offapi/com/sun/star/rendering/FontMetrics.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/rendering/FontMetrics.idl b/offapi/com/sun/star/rendering/FontMetrics.idl
index 37666a276f8f..517994d151b0 100644
--- a/offapi/com/sun/star/rendering/FontMetrics.idl
+++ b/offapi/com/sun/star/rendering/FontMetrics.idl
@@ -57,17 +57,14 @@ struct FontMetrics
/// Ascent (above the baseline) part of the font.
double Ascent;
- //-------------------------------------------------------------------------
/// Descent (below the baseline) part of the font.
double Descent;
- //-------------------------------------------------------------------------
/// Extra space above ascent
double InternalLeading;
- //-------------------------------------------------------------------------
/** Extra space outside the font cells.<p>
@@ -76,7 +73,6 @@ struct FontMetrics
*/
double ExternalLeading;
- //-------------------------------------------------------------------------
/** This value specifies the reference character width of the
font.<p>
@@ -87,14 +83,12 @@ struct FontMetrics
*/
double ReferenceCharSize;
- //-------------------------------------------------------------------------
/** Specifies the offset to be added to the baseline when drawing
underlined text.
*/
double UnderlineOffset;
- //-------------------------------------------------------------------------
/** Specifies the offset to be added to the baseline when striking
through the text.