Flutter Engine
The Flutter Engine
|
#include <SkFontScanner.h>
Classes | |
struct | AxisDefinition |
Public Types | |
typedef skia_private::STArray< 4, AxisDefinition, true > | AxisDefinitions |
Public Member Functions | |
virtual | ~SkFontScanner ()=default |
virtual bool | scanFile (SkStreamAsset *stream, int *numFaces) const =0 |
virtual bool | scanFace (SkStreamAsset *stream, int faceIndex, int *numInstances) const =0 |
virtual bool | scanInstance (SkStreamAsset *stream, int faceIndex, int instanceIndex, SkString *name, SkFontStyle *style, bool *isFixedPitch, AxisDefinitions *axes) const =0 |
Public Member Functions inherited from SkNoncopyable | |
SkNoncopyable ()=default | |
SkNoncopyable (SkNoncopyable &&)=default | |
SkNoncopyable & | operator= (SkNoncopyable &&)=default |
Definition at line 20 of file SkFontScanner.h.
Definition at line 29 of file SkFontScanner.h.
|
virtualdefault |
|
pure virtual |
Implemented in SkFontScanner_Fontations, and SkFontScanner_FreeType.
|
pure virtual |
Implemented in SkFontScanner_Fontations, and SkFontScanner_FreeType.
|
pure virtual |
Implemented in SkFontScanner_Fontations, and SkFontScanner_FreeType.