Fix directwrite font engine compile
Add missing comma that prevented compilation. Change-Id: If771366adf3a31427c2beefa09c0206653f8ec84 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
parent
ca73f493a1
commit
b8ff073c0d
@ -276,7 +276,7 @@ bool QWindowsFontEngineDirectWrite::getSfntTableData(uint tag, uchar *buffer, ui
|
||||
UINT32 tableSize;
|
||||
void *tableContext = 0;
|
||||
BOOL exists;
|
||||
HRESULT hr = m_directWriteFontFace->TryGetFontTable(qbswap<quint32>(tag)
|
||||
HRESULT hr = m_directWriteFontFace->TryGetFontTable(qbswap<quint32>(tag),
|
||||
&tableData, &tableSize,
|
||||
&tableContext, &exists);
|
||||
if (SUCCEEDED(hr)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user