LibreOffice
LibreOffice 7.1 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#ifndef __com_sun_star_formula_SymbolDescriptor_idl__
20#define __com_sun_star_formula_SymbolDescriptor_idl__
21
22
23 module com { module sun { module star { module formula {
24
32published struct SymbolDescriptor
33{
36 string sName;
37
41
44 string sSymbolSet;
45
49
52 string sFontName;
53
58 short nCharSet;
59
64 short nFamily;
65
70 short nPitch;
71
89 short nWeight;
90
100 short nItalic;
101};
102}; }; }; };
103#endif
104
105/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition: Accessible.idl:22
Definition: SymbolDescriptor.idl:33
short nCharSet
Specifies the character set which is supported by the font.
Definition: SymbolDescriptor.idl:58
string sSymbolSet
Specifies the name of the symbol set to which this symbol belongs.
Definition: SymbolDescriptor.idl:44
long nCharacter
Specifies the Unicode character of the symbol.
Definition: SymbolDescriptor.idl:48
string sExportName
The export name of the symbol.
Definition: SymbolDescriptor.idl:40
short nWeight
Specifies the thickness of the line.
Definition: SymbolDescriptor.idl:89
string sName
The name of the symbol.
Definition: SymbolDescriptor.idl:36
short nPitch
Specifies the pitch of the font.
Definition: SymbolDescriptor.idl:70
string sFontName
Specifies the exact name of the font ("Arial", "Courier", etc.).
Definition: SymbolDescriptor.idl:52
short nItalic
Specifies if the font is italic.
Definition: SymbolDescriptor.idl:100
short nFamily
Specifies the general style of the font.
Definition: SymbolDescriptor.idl:64