Bug 1069929 - Apply dtls font feature setting for <mover> elements. r=roc

This commit is contained in:
James Kitchener
2014-09-24 04:38:00 -04:00
parent dff6c0ee45
commit 1fbb9f9bf9
3 changed files with 38 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ public:
// Style effects which may override single character <mi> behaviour
MATH_FONT_STYLING_NORMAL = 0x1, // fontstyle="normal" has been set.
MATH_FONT_WEIGHT_BOLD = 0x2, // fontweight="bold" has been set.
MATH_FONT_FEATURE_DTLS = 0x4, // font feature dtls should be set
};
protected: