Home | History | Annotate | Download | only in core

Lines Matching refs:SkTypeface

22 /** \class SkTypeface
24 The SkTypeface class specifies the typeface and intrinsic style of a font.
31 class SK_API SkTypeface : public SkRefCnt {
69 static SkFontID UniqueID(const SkTypeface* face);
74 static bool Equal(const SkTypeface* facea, const SkTypeface* faceb);
85 static SkTypeface* CreateFromName(const char familyName[], Style style);
96 static SkTypeface* CreateForChars(const void* data, size_t bytelength,
109 static SkTypeface* CreateFromTypeface(const SkTypeface* family, Style s);
114 static SkTypeface* CreateFromFile(const char path[]);
120 static SkTypeface* CreateFromStream(SkStream* stream);
132 static SkTypeface* Deserialize(SkStream*);
152 SkTypeface(Style style, SkFontID uniqueID, bool isFixedWidth = false);
153 virtual ~SkTypeface();