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