Gave _font_control() friend status so we can init the system fonts
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10765 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -250,6 +250,9 @@ public:
|
|||||||
void PrintToStream(void) const;
|
void PrintToStream(void) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
friend void _font_control_(BFont*, int32, void*);
|
||||||
|
|
||||||
uint16 fFamilyID;
|
uint16 fFamilyID;
|
||||||
uint16 fStyleID;
|
uint16 fStyleID;
|
||||||
float fSize;
|
float fSize;
|
||||||
|
|||||||
Reference in New Issue
Block a user