#include <SkDWrite.h>
Definition at line 50 of file SkDWrite.h.
◆ AutoDWriteTable()
AutoDWriteTable::AutoDWriteTable |
( |
IDWriteFontFace * |
fontFace, |
|
|
UINT32 |
beTag |
|
) |
| |
|
inline |
Definition at line 52 of file SkDWrite.h.
53
54 fontFace->TryGetFontTable(beTag,
56 }
◆ ~AutoDWriteTable()
AutoDWriteTable::~AutoDWriteTable |
( |
| ) |
|
|
inline |
Definition at line 57 of file SkDWrite.h.
57 {
59 fFontFace->ReleaseFontTable(fLock);
60 }
61 }
◆ fData
const uint8_t* AutoDWriteTable::fData |
◆ fExists
BOOL AutoDWriteTable::fExists |
◆ fSize
UINT32 AutoDWriteTable::fSize |
The documentation for this class was generated from the following file: