diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-30 21:44:41 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:08 +0200 |
commit | ccc4a67c43d5eef31c95fce445dc55ec7ebad393 (patch) | |
tree | 8bbfaa02d86aabd32ad10ae7c200e2bb154c812d /offapi/com/sun/star/rendering | |
parent | 8a3543340fc8026121a7e4d681b3fce7c920bc1f (diff) |
*api: fix bunch of lists that doxygen warns about
Change-Id: Ic507170e94d08155430601658689b3d7b96e0f80
Diffstat (limited to 'offapi/com/sun/star/rendering')
-rw-r--r-- | offapi/com/sun/star/rendering/XCanvas.idl | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/offapi/com/sun/star/rendering/XCanvas.idl b/offapi/com/sun/star/rendering/XCanvas.idl index eaec8d034c32..d01cd5a9863e 100644 --- a/offapi/com/sun/star/rendering/XCanvas.idl +++ b/offapi/com/sun/star/rendering/XCanvas.idl @@ -465,28 +465,25 @@ interface XCanvas : ::com::sun::star::uno::XInterface Additional font properties to be applied when selecting this font. Normally, you should not need this parameter. Currently, the following properties are recognized: - <ul> - <li>Kerning: a double between 0 and 1, where + - Kerning: a double between 0 and 1, where 0 completely disables kerning. Whether kerning is on or - off by default is font-dependent.</li> + off by default is font-dependent. - <li>IsEmphasisMarks: a boolean, where `TRUE` + - IsEmphasisMarks: a boolean, where `TRUE` enables automatic placements of emphasis marks, e.g. for Hebrew. The default value, if this property is not - specified, is `FALSE`.</li> + specified, is `FALSE`. - <li>ExpandedSpacing: a double value which is added + - ExpandedSpacing: a double value which is added between all cell distances for this font. The default value for this property is zero. Use negative values for condensed output, - and positive values for expanded output.</li> + and positive values for expanded output. - <li>OptionalLayoutFeatures: a sequence of + - OptionalLayoutFeatures: a sequence of ::com::sun::star::beans::PropertyValue listing font-specific optional layout features, like glyph - variants.</li> - - </ul> + variants. @param aFontMatrix Font-specific transformation matrix, which affects both the |