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:
parent
63128f06c4
commit
2637ecd547
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user