diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-10-20 11:15:54 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-10-20 11:16:46 +0200 |
commit | 92fe6fed58d3166740ab00a274e4c69562b20d0e (patch) | |
tree | 80fa31ad66a93d2623bb0ea1da4ad93473de06ba | |
parent | e2282240add1b57d5eafae8e829ac18051a27f59 (diff) |
offapi: update TextFitToSizeType documentation for tdf#97630 fix
Change-Id: Id4fad147002d0ec18d1462764f842a3791b48d3a
-rw-r--r-- | offapi/com/sun/star/drawing/TextFitToSizeType.idl | 11 |
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. |