Try again.
This commit is contained in:
parent
30a8cbf8b1
commit
466f542bd3
|
@ -368,7 +368,7 @@ static void fontDialogDrawSampleText(struct fontDialog *f, ID2D1RenderTarget *rt
|
||||||
sample = uiprivFontCollectionCorrectString(f->fc, sampleStrings);
|
sample = uiprivFontCollectionCorrectString(f->fc, sampleStrings);
|
||||||
sampleStrings->Release();
|
sampleStrings->Release();
|
||||||
} else
|
} else
|
||||||
sample = L"The quick brown fox jumps over the lazy dog.";
|
sample = (WCHAR *) L"The quick brown fox jumps over the lazy dog.";
|
||||||
|
|
||||||
// DirectWrite doesn't allow creating a text format from a font; we need to get this ourselves
|
// DirectWrite doesn't allow creating a text format from a font; we need to get this ourselves
|
||||||
family = cbGetItemText(f->familyCombobox, f->curFamily);
|
family = cbGetItemText(f->familyCombobox, f->curFamily);
|
||||||
|
|
Loading…
Reference in New Issue