make OpenStream and GetFileName private (soon to go away)
git-svn-id: http://skia.googlecode.com/svn/trunk@8315 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
fb4038a889
commit
29b7e636be
@ -118,8 +118,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
static SkTypeface* NextLogicalTypeface(SkFontID currFontID, SkFontID origFontID);
|
static SkTypeface* NextLogicalTypeface(SkFontID currFontID, SkFontID origFontID);
|
||||||
|
|
||||||
|
private:
|
||||||
///// public HACK FOR FREETYPE -- will be fixed
|
|
||||||
|
|
||||||
/** Return a new stream to read the font data, or null if the uniqueID does
|
/** Return a new stream to read the font data, or null if the uniqueID does
|
||||||
not match an existing typeface. .The caller must call stream->unref()
|
not match an existing typeface. .The caller must call stream->unref()
|
||||||
@ -156,9 +155,6 @@ public:
|
|||||||
static size_t GetFileName(SkFontID fontID, char path[], size_t length,
|
static size_t GetFileName(SkFontID fontID, char path[], size_t length,
|
||||||
int32_t* index);
|
int32_t* index);
|
||||||
|
|
||||||
// END_HACK for freetype
|
|
||||||
|
|
||||||
private:
|
|
||||||
/** Return a new, closest matching typeface given either an existing family
|
/** Return a new, closest matching typeface given either an existing family
|
||||||
(specified by a typeface in that family) or by a familyName and a
|
(specified by a typeface in that family) or by a familyName and a
|
||||||
requested style.
|
requested style.
|
||||||
|
Loading…
Reference in New Issue
Block a user