From 04ab15f96d48d44ac16b749f2dc37e6474a91ca4 Mon Sep 17 00:00:00 2001 From: DarkWyrm Date: Sat, 15 Jan 2005 22:07:32 +0000 Subject: [PATCH] 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 --- headers/os/interface/Font.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/headers/os/interface/Font.h b/headers/os/interface/Font.h index d220b7f0f3..e94831e522 100644 --- a/headers/os/interface/Font.h +++ b/headers/os/interface/Font.h @@ -250,6 +250,9 @@ public: void PrintToStream(void) const; private: + +friend void _font_control_(BFont*, int32, void*); + uint16 fFamilyID; uint16 fStyleID; float fSize;