made some methods private. Those weren't used anywhere outside of the class

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31656 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2009-07-20 17:25:27 +00:00
parent 63128f06c4
commit 2637ecd547

View File

@ -112,10 +112,6 @@ class ServerFont {
{ return fStyle->CharMapCount(); }
inline bool Hinting() const;
FT_Face GetTransformedFace(bool rotate,
bool shear) const;
void PutTransformedFace(FT_Face face) const;
status_t GetGlyphShapes(const char charArray[],
int32 numChars, BShape *shapeArray[]) const;
@ -169,7 +165,10 @@ class ServerFont {
protected:
friend class FontStyle;
FT_Face GetTransformedFace(bool rotate,
bool shear) const;
void PutTransformedFace(FT_Face face) const;
FontStyle* fStyle;
float fSize;
float fRotation;