LibreOffice
LibreOffice 26.8 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
FontVariationAxis.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
10
11
module
com
{ module sun { module star { module awt {
12
13
18
struct
FontVariationAxis
19
{
22
string
Tag
;
23
27
string
Name
;
28
31
double
MinValue
;
32
35
double
DefaultValue
;
36
39
double
MaxValue
;
40
};
41
42
43
}; }; }; };
44
45
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com
Definition
Ambiguous.idl:20
com::sun::star::awt::FontVariationAxis
describes a single variation axis of a variable font.
Definition
FontVariationAxis.idl:19
com::sun::star::awt::FontVariationAxis::Tag
string Tag
the four-character OpenType axis tag, e.g.
Definition
FontVariationAxis.idl:22
com::sun::star::awt::FontVariationAxis::MinValue
double MinValue
the smallest value the axis accepts.
Definition
FontVariationAxis.idl:31
com::sun::star::awt::FontVariationAxis::Name
string Name
the human-readable axis name as defined by the font, in the UI language if available.
Definition
FontVariationAxis.idl:27
com::sun::star::awt::FontVariationAxis::MaxValue
double MaxValue
the largest value the axis accepts.
Definition
FontVariationAxis.idl:39
com::sun::star::awt::FontVariationAxis::DefaultValue
double DefaultValue
the axis value used when no explicit setting is supplied.
Definition
FontVariationAxis.idl:35
com
sun
star
awt
FontVariationAxis.idl
Generated by
1.17.0