LibreOffice
LibreOffice 24.2 SDK API Reference
SymbolDescriptor.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 
20 
21  module com { module sun { module star { module formula {
22 
30 published struct SymbolDescriptor
31 {
34  string sName;
35 
38  string sExportName;
39 
42  string sSymbolSet;
43 
46  long nCharacter;
47 
50  string sFontName;
51 
56  short nCharSet;
57 
62  short nFamily;
63 
68  short nPitch;
69 
87  short nWeight;
88 
98  short nItalic;
99 };
100 }; }; }; };
101 
102 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
short nWeight
Specifies the thickness of the line.
Definition: SymbolDescriptor.idl:87
short nItalic
Specifies if the font is italic.
Definition: SymbolDescriptor.idl:98
Definition: Ambiguous.idl:20
string sFontName
Specifies the exact name of the font ("Arial", "Courier", etc.).
Definition: SymbolDescriptor.idl:50
string sName
The name of the symbol.
Definition: SymbolDescriptor.idl:34
short nPitch
Specifies the pitch of the font.
Definition: SymbolDescriptor.idl:68
Definition: SymbolDescriptor.idl:30
short nCharSet
Specifies the character set which is supported by the font.
Definition: SymbolDescriptor.idl:56
short nFamily
Specifies the general style of the font.
Definition: SymbolDescriptor.idl:62
string sExportName
The export name of the symbol.
Definition: SymbolDescriptor.idl:38
long nCharacter
Specifies the Unicode character of the symbol.
Definition: SymbolDescriptor.idl:46
string sSymbolSet
Specifies the name of the symbol set to which this symbol belongs.
Definition: SymbolDescriptor.idl:42