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:
parent
54dd704038
commit
04ab15f96d
@ -250,6 +250,9 @@ public:
|
||||
void PrintToStream(void) const;
|
||||
|
||||
private:
|
||||
|
||||
friend void _font_control_(BFont*, int32, void*);
|
||||
|
||||
uint16 fFamilyID;
|
||||
uint16 fStyleID;
|
||||
float fSize;
|
||||
|
Loading…
Reference in New Issue
Block a user