Flutter Engine
The Flutter Engine
|
#include <TestTypeface.h>
Public Attributes | |
const SkScalar * | fPoints |
const unsigned char * | fVerbs |
const SkUnichar * | fCharCodes |
const size_t | fCharCodesCount |
const SkFixed * | fWidths |
const SkFontMetrics & | fMetrics |
const char * | fName |
SkFontStyle | fStyle |
Definition at line 36 of file TestTypeface.h.
const SkUnichar* SkTestFontData::fCharCodes |
Definition at line 39 of file TestTypeface.h.
const size_t SkTestFontData::fCharCodesCount |
Definition at line 40 of file TestTypeface.h.
const SkFontMetrics& SkTestFontData::fMetrics |
Definition at line 42 of file TestTypeface.h.
const char* SkTestFontData::fName |
Definition at line 43 of file TestTypeface.h.
const SkScalar* SkTestFontData::fPoints |
Definition at line 37 of file TestTypeface.h.
SkFontStyle SkTestFontData::fStyle |
Definition at line 44 of file TestTypeface.h.
const unsigned char* SkTestFontData::fVerbs |
Definition at line 38 of file TestTypeface.h.
const SkFixed* SkTestFontData::fWidths |
Definition at line 41 of file TestTypeface.h.