layout/style/nsCSSFontDescList.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/style/nsCSSFontDescList.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
     1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.8 +
     1.9 +CSS_FONT_DESC(font-family, Family)
    1.10 +CSS_FONT_DESC(font-style, Style)
    1.11 +CSS_FONT_DESC(font-weight, Weight)
    1.12 +CSS_FONT_DESC(font-stretch, Stretch)
    1.13 +CSS_FONT_DESC(src, Src)
    1.14 +CSS_FONT_DESC(unicode-range, UnicodeRange)
    1.15 +
    1.16 +/* Note: the parsing code explicitly also accepts font-feature-settings
    1.17 +         and font-language-override. */
    1.18 +CSS_FONT_DESC(-moz-font-feature-settings, FontFeatureSettings)
    1.19 +CSS_FONT_DESC(-moz-font-language-override, FontLanguageOverride)

mercurial