LibreOffice
LibreOffice 24.2 SDK API Reference
FontDescriptor.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 
22  module com { module sun { module star { module awt {
23 
24 
29 published struct FontDescriptor
30 {
31 
34  string Name;
35 
36 
40  short Height;
41 
42 
46  short Width;
47 
48 
51  string StyleName;
52 
53 
59  short Family;
60 
61 
67  short CharSet;
68 
69 
75  short Pitch;
76 
77 
86 
87 
95  float Weight;
96 
97 
101 
102 
108  short Underline;
109 
110 
116  short Strikeout;
117 
118 
123  float Orientation;
124 
125 
129  boolean Kerning;
130 
131 
141  boolean WordLineMode;
142 
143 
150  short Type;
151 
152 };
153 
154 
155 }; }; }; };
156 
157 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
short Type
specifies the technology of the font representation.
Definition: FontDescriptor.idl:150
float Orientation
specifies the rotation of the font.
Definition: FontDescriptor.idl:123
short Underline
specifies the kind of underlining.
Definition: FontDescriptor.idl:108
short Strikeout
specifies the kind of strikeout.
Definition: FontDescriptor.idl:116
Definition: Ambiguous.idl:20
boolean WordLineMode
specifies if only words get underlined.
Definition: FontDescriptor.idl:141
float Weight
specifies the thickness of the line.
Definition: FontDescriptor.idl:95
string StyleName
specifies the style name of the font.
Definition: FontDescriptor.idl:51
string Name
specifies the exact name of the font.
Definition: FontDescriptor.idl:34
com::sun::star::awt::FontSlant Slant
specifies the slant of the font.
Definition: FontDescriptor.idl:100
short Height
specifies the height of the font in the measure of the destination.
Definition: FontDescriptor.idl:40
short CharSet
specifies the character set which is supported by the font.
Definition: FontDescriptor.idl:67
describes the characteristics of a font.
Definition: FontDescriptor.idl:29
float CharacterWidth
specifies the character width.
Definition: FontDescriptor.idl:85
boolean Kerning
For requesting, it specifies if there is a kerning table available.
Definition: FontDescriptor.idl:129
FontSlant
used to specify the slant of a font.
Definition: FontSlant.idl:27
short Family
specifies the general style of the font.
Definition: FontDescriptor.idl:59
short Width
specifies the width of the font in the measure of the destination.
Definition: FontDescriptor.idl:46
short Pitch
specifies the pitch of the font.
Definition: FontDescriptor.idl:75