Made scanning of all font folders a compile-time option
Moved the scanning of individual font folders to FontServer Implemented server-side code for update_font_families Removed ClientFontList from the build git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13938 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -39,6 +39,7 @@ public:
|
||||
int32 CountFamilies(void);
|
||||
int32 CountStyles(const char *family);
|
||||
void RemoveFamily(const char *family);
|
||||
void ScanSystemFolders(void);
|
||||
status_t ScanDirectory(const char *path);
|
||||
void SaveList(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user