LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
SymbolDescriptor Struct Referencepublished

import"SymbolDescriptor.idl";

Public Attributes

string sName
 The name of the symbol. More...
 
string sExportName
 The export name of the symbol. More...
 
string sSymbolSet
 Specifies the name of the symbol set to which this symbol belongs. More...
 
long nCharacter
 Specifies the Unicode character of the symbol. More...
 
string sFontName
 Specifies the exact name of the font ("Arial", "Courier", etc.). More...
 
short nCharSet
 Specifies the character set which is supported by the font. More...
 
short nFamily
 Specifies the general style of the font. More...
 
short nPitch
 Specifies the pitch of the font. More...
 
short nWeight
 Specifies the thickness of the line. More...
 
short nItalic
 Specifies if the font is italic. More...
 

Detailed Description

Deprecated:
draft
  • nWeight should be changed to float as in FontWeight.idl
  • nItalic probably needs to have FontItalic extended by the two extra defines REVERSE_* listed in FontSlant.idl
  • nCharSet should have the CharSet.idl extended by the new defines from rtl/textenc.h

Member Data Documentation

◆ nCharacter

long nCharacter

Specifies the Unicode character of the symbol.

◆ nCharSet

short nCharSet

Specifies the character set which is supported by the font.

See also
com::sun::star::awt::CharSet

◆ nFamily

short nFamily

Specifies the general style of the font.

See also
com::sun::star::awt::FontFamily

◆ nItalic

short nItalic

Specifies if the font is italic.

See also
com::sun::star::awt::FontSlant

The values com::sun::star::awt::FontSlant::REVERSE_OBLIQUE and com::sun::star::awt::FontSlant::REVERSE_ITALIC may not be used.

◆ nPitch

short nPitch

Specifies the pitch of the font.

See also
com::sun::star::awt::FontPitch

◆ nWeight

short nWeight

◆ sExportName

string sExportName

The export name of the symbol.

◆ sFontName

string sFontName

Specifies the exact name of the font ("Arial", "Courier", etc.).

◆ sName

string sName

The name of the symbol.

◆ sSymbolSet

string sSymbolSet

Specifies the name of the symbol set to which this symbol belongs.


The documentation for this struct was generated from the following file: