зеркало из https://github.com/mozilla/moz-skia.git
Initial automake and autoconf files to build core into libskia.a.
git-svn-id: http://skia.googlecode.com/svn/trunk@54 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
6e073b9e2b
Коммит
acb8fb07bf
|
@ -41,6 +41,11 @@ SkTypeface* SkFontHost::CreateTypeface(SkStream*) {
|
|||
return NULL;
|
||||
}
|
||||
|
||||
SkTypeface* SkFontHost::CreateTypefaceFromFile(char const*) {
|
||||
SkASSERT(!"SkFontHost::CreateTypefaceFromFile unimplemented");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
|
||||
|
@ -65,6 +70,7 @@ SkScalerContext* SkFontHost::CreateFallbackScalerContext(
|
|||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
size_t SkFontHost::ShouldPurgeFontCache(size_t sizeAllocatedSoFar) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче