summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/TextFitToSizeType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/TextFitToSizeType.idl')
-rw-r--r--offapi/com/sun/star/drawing/TextFitToSizeType.idl11
1 files changed, 6 insertions, 5 deletions
diff --git a/offapi/com/sun/star/drawing/TextFitToSizeType.idl b/offapi/com/sun/star/drawing/TextFitToSizeType.idl
index 25693f67901b..00c9598fd0e9 100644
--- a/offapi/com/sun/star/drawing/TextFitToSizeType.idl
+++ b/offapi/com/sun/star/drawing/TextFitToSizeType.idl
@@ -32,17 +32,18 @@ published enum TextFitToSizeType
*/
NONE,
- /** The rendered glyph bitmaps are scaled up or down
+ /** The bitmap with the rendered glyphs is scaled up or down
proportionally to fit the size of the shape.
This may scale anisotropically.
No AutoGrow and no Auto line-breaks in this case.
+
+ On fontwork custom shapes, the rendering is different:
+ each line of text is <em>separately</em> scaled
+ proportionally to fit the width.
*/
PROPORTIONAL,
- /** Like <code>PROPORTIONAL</code>, but each line of text
- is separately scaled proportionally to fit the width.
- No AutoGrow and no Auto line-breaks in this case.
-
+ /** Nowadays this is the same as `PROPORTIONAL`.
@note This is actually only implemented on fontwork
custom shapes, and the only supported option
(other than NONE) on fontwork shapes.