summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-11-20 19:49:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-11-21 09:56:48 +0100
commit468277a0aec9a40f5d5f3db600088ae04a45e2c9 (patch)
tree660e4c94ba291de2ec5e88dc2f3f08a95a3fd2cc /offapi
parent7017ae2fd7161ee9ed07095f56dd3da9eb9e6b10 (diff)
clarify what 'IsSymbolFont' in this external facing idl means
Change-Id: I2cb2aab6797e55449e5e771192f48915baedc221 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143005 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/rendering/FontInfo.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/rendering/FontInfo.idl b/offapi/com/sun/star/rendering/FontInfo.idl
index a020fba307c4..626baf5f6c87 100644
--- a/offapi/com/sun/star/rendering/FontInfo.idl
+++ b/offapi/com/sun/star/rendering/FontInfo.idl
@@ -80,6 +80,12 @@ struct FontInfo
/** Specifies whether the font is a symbol font.<p>
+ This refers solely to a font using the Microsoft SYMBOL_CHARSET
+ charset (i.e. RTL_TEXTENCODING_SYMBOL), and not a font using any
+ different "Symbol" encoding (e.g. RTL_TEXTENCODING_ADOBE_SYMBOL,
+ RTL_TEXTENCODING_ADOBE_DINGBATS) or a font only useful for
+ icons, dingbats or technical symbols.
+
If yes, text written in this symbol font does not have a
specified meaning.<p>
*/