LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
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
30published struct SymbolDescriptor
31{
34 string sName;
35
39
42 string sSymbolSet;
43
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: */
Definition Ambiguous.idl:20
Definition SymbolDescriptor.idl:31
short nCharSet
Specifies the character set which is supported by the font.
Definition SymbolDescriptor.idl:56
string sSymbolSet
Specifies the name of the symbol set to which this symbol belongs.
Definition SymbolDescriptor.idl:42
long nCharacter
Specifies the Unicode character of the symbol.
Definition SymbolDescriptor.idl:46
string sExportName
The export name of the symbol.
Definition SymbolDescriptor.idl:38
short nWeight
Specifies the thickness of the line.
Definition SymbolDescriptor.idl:87
string sName
The name of the symbol.
Definition SymbolDescriptor.idl:34
short nPitch
Specifies the pitch of the font.
Definition SymbolDescriptor.idl:68
string sFontName
Specifies the exact name of the font ("Arial", "Courier", etc.).
Definition SymbolDescriptor.idl:50
short nItalic
Specifies if the font is italic.
Definition SymbolDescriptor.idl:98
short nFamily
Specifies the general style of the font.
Definition SymbolDescriptor.idl:62