Flutter Engine
The Flutter Engine
|
#include <SkFontConfigInterface.h>
Public Member Functions | |
FontIdentity () | |
bool | operator== (const FontIdentity &other) const |
bool | operator!= (const FontIdentity &other) const |
size_t | writeToMemory (void *buffer=nullptr) const |
size_t | readFromMemory (const void *buffer, size_t length) |
Public Attributes | |
uint32_t | fID |
int32_t | fTTCIndex |
SkString | fString |
SkFontStyle | fStyle |
This should be treated as private to the impl of SkFontConfigInterface. Callers should not change or expect any particular values. It is meant to be a union of possible storage types to aid the impl.
Definition at line 45 of file SkFontConfigInterface.h.
|
inline |
Definition at line 46 of file SkFontConfigInterface.h.
|
inline |
Definition at line 53 of file SkFontConfigInterface.h.
|
inline |
Definition at line 48 of file SkFontConfigInterface.h.
size_t SkFontConfigInterface::FontIdentity::readFromMemory | ( | const void * | buffer, |
size_t | length | ||
) |
Definition at line 85 of file SkFontConfigInterface_direct.cpp.
size_t SkFontConfigInterface::FontIdentity::writeToMemory | ( | void * | buffer = nullptr | ) | const |
Definition at line 64 of file SkFontConfigInterface_direct.cpp.
uint32_t SkFontConfigInterface::FontIdentity::fID |
Definition at line 57 of file SkFontConfigInterface.h.
SkString SkFontConfigInterface::FontIdentity::fString |
Definition at line 59 of file SkFontConfigInterface.h.
SkFontStyle SkFontConfigInterface::FontIdentity::fStyle |
Definition at line 60 of file SkFontConfigInterface.h.
int32_t SkFontConfigInterface::FontIdentity::fTTCIndex |
Definition at line 58 of file SkFontConfigInterface.h.