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(); }
|
{ return fStyle->CharMapCount(); }
|
||||||
inline bool Hinting() const;
|
inline bool Hinting() const;
|
||||||
|
|
||||||
FT_Face GetTransformedFace(bool rotate,
|
|
||||||
bool shear) const;
|
|
||||||
void PutTransformedFace(FT_Face face) const;
|
|
||||||
|
|
||||||
status_t GetGlyphShapes(const char charArray[],
|
status_t GetGlyphShapes(const char charArray[],
|
||||||
int32 numChars, BShape *shapeArray[]) const;
|
int32 numChars, BShape *shapeArray[]) const;
|
||||||
|
|
||||||
@ -169,6 +165,9 @@ class ServerFont {
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
friend class FontStyle;
|
friend class FontStyle;
|
||||||
|
FT_Face GetTransformedFace(bool rotate,
|
||||||
|
bool shear) const;
|
||||||
|
void PutTransformedFace(FT_Face face) const;
|
||||||
|
|
||||||
FontStyle* fStyle;
|
FontStyle* fStyle;
|
||||||
float fSize;
|
float fSize;
|
||||||
|
Loading…
Reference in New Issue
Block a user