зеркало из https://github.com/mozilla/gecko-dev.git
cap font size. bug 333861 r=vlad
This commit is contained in:
Родитель
a1b72db3c2
Коммит
5bd60e27c6
|
@ -72,7 +72,7 @@ struct NS_EXPORT gfxFontStyle {
|
|||
PRPackedBool aFamilyNameQuirks) :
|
||||
style(aStyle), systemFont(aSystemFont), variant(aVariant),
|
||||
familyNameQuirks(aFamilyNameQuirks), weight(aWeight),
|
||||
decorations(aDecoration), size(aSize), langGroup(aLangGroup), sizeAdjust(aSizeAdjust) {}
|
||||
decorations(aDecoration), size(PR_MIN(aSize, 5000)), langGroup(aLangGroup), sizeAdjust(aSizeAdjust) { }
|
||||
|
||||
// The style of font (normal, italic, oblique)
|
||||
PRUint8 style : 7;
|
||||
|
|
Загрузка…
Ссылка в новой задаче