struct SymbolDescriptor in module com::sun::star::formula::

(Global Index)

Syntax

struct SymbolDescriptor;

Field Summary

sName The name of the symbol.

sExportName The export name of the symbol.

sSymbolSet Specifies the symbol set to which this symbol belongs.

nCharacter Specifies the unicode character of the symbol.

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

nCharSet Specifies the character set which is supported by the font.

nFamily Specifies the general style of the font.

nPitch Specifies the pitch of the font.

nWeight Specifies the thickness of the line.

nItalic Specifies if the font is italic.

Field Details



sName

Syntax

string sName;

Description

The name of the symbol.


sExportName

Syntax

string sExportName;

Description

The export name of the symbol.


sSymbolSet

Syntax

string sSymbolSet;

Description

Specifies the symbol set to which this symbol belongs.


nCharacter

Syntax

long nCharacter;

Description

Specifies the unicode character of the symbol.


sFontName

Syntax

string sFontName;

Description

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


nCharSet

Syntax

short nCharSet;

Description

Specifies the character set which is supported by the font.


nFamily

Syntax

short nFamily;

Description

Specifies the general style of the font.


nPitch

Syntax

short nPitch;

Description

Specifies the pitch of the font.


nWeight

Syntax

short nWeight;

Description

Specifies the thickness of the line.


nItalic

Syntax

short nItalic;

Description

Specifies if the font is italic.

Top of Page