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:
parent
6e073b9e2b
commit
acb8fb07bf
@ -41,6 +41,11 @@ SkTypeface* SkFontHost::CreateTypeface(SkStream*) {
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SkTypeface* SkFontHost::CreateTypefaceFromFile(char const*) {
|
||||||
|
SkASSERT(!"SkFontHost::CreateTypefaceFromFile unimplemented");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
|
void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
|
||||||
@ -65,6 +70,7 @@ SkScalerContext* SkFontHost::CreateFallbackScalerContext(
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
size_t SkFontHost::ShouldPurgeFontCache(size_t sizeAllocatedSoFar) {
|
size_t SkFontHost::ShouldPurgeFontCache(size_t sizeAllocatedSoFar) {
|
||||||
|
Loading…
Reference in New Issue
Block a user