Bug 1839315: part 4) Link from `SheetLoadData::mWasAlternate` to spec. r=emilio DONTBUILD
[gecko.git] / layout / style / nsCSSFontDescList.h
bloba82856e4b760602031e0f5cc41e314692e7f8585
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=8 sts=2 et sw=2 tw=80: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 CSS_FONT_DESC(font-family, Family)
8 CSS_FONT_DESC(font-style, Style)
9 CSS_FONT_DESC(font-weight, Weight)
10 CSS_FONT_DESC(font-stretch, Stretch)
11 CSS_FONT_DESC(src, Src)
12 CSS_FONT_DESC(unicode-range, UnicodeRange)
13 CSS_FONT_DESC(font-feature-settings, FontFeatureSettings)
14 CSS_FONT_DESC(font-variation-settings, FontVariationSettings)
15 CSS_FONT_DESC(font-language-override, FontLanguageOverride)
16 CSS_FONT_DESC(font-display, Display)
17 CSS_FONT_DESC(ascent-override, AscentOverride)
18 CSS_FONT_DESC(descent-override, DescentOverride)
19 CSS_FONT_DESC(line-gap-override, LineGapOverride)
20 CSS_FONT_DESC(size-adjust, SizeAdjust)