зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1533142 - followup: Fix Windows MinGW bustage. r=me
This commit is contained in:
Родитель
f5d7a9b940
Коммит
cd9ccbbe42
|
@ -476,7 +476,7 @@ bool ScaledFontDWrite::GetWRFontInstanceOptions(
|
|||
std::vector<FontVariation>* aOutVariations) {
|
||||
wr::FontInstanceOptions options;
|
||||
options.render_mode = wr::ToFontRenderMode(GetDefaultAAMode());
|
||||
options.flags = 0;
|
||||
options.flags = wr::FontInstanceFlags{0};
|
||||
if (mFontFace->GetSimulations() & DWRITE_FONT_SIMULATIONS_BOLD) {
|
||||
options.flags |= wr::FontInstanceFlags_SYNTHETIC_BOLD;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче