Searched refs:LoadFont (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/os/interface/
H A DFont.h285 status_t LoadFont(const char* path);
286 status_t LoadFont(const char* path, uint16 index, uint16 instance);
287 status_t LoadFont(const area_id fontAreaID,
289 status_t LoadFont(const area_id fontAreaID,
/haiku/src/kits/interface/
H A DFont.cpp1460 BFont::LoadFont(const char* path) function in class:BFont
1462 return LoadFont(path, 0, 0);
1467 BFont::LoadFont(const char* path, uint16 index, uint16 instance) function in class:BFont
1490 BFont::LoadFont(const area_id fontAreaID, size_t size, size_t offset) function in class:BFont
1492 return LoadFont(fontAreaID, size, offset, 0, 0);
1497 BFont::LoadFont(const area_id fontAreaID, size_t size, size_t offset, uint16 index, uint16 instance) function in class:BFont

Completed in 47 milliseconds