Lines Matching defs:font
36 #include "font.h"
68 string(path), // font file path
69 face->family_name, // family name as defined in font file
70 face->style_name, // style name as defined in font file
71 BASE_NS::hash(filename), // physical PATH hash as map key for font buffers map
72 face->face_index, // face index for quick access to face in font file
162 CORE_LOG_E("failed to open font %s | %s", typeFace.path.data(), GetErrorString().c_str());
193 Font::Ptr font = Font::Ptr(new Font(std::move(face)));
195 return font;
251 CORE_LOG_E("failed to open font %s | %s", path.data(), GetErrorString().c_str());
322 CORE_ASSERT_MSG(fontLib_, "font library is not initialized");
327 CORE_LOG_E("failed to init font face");
331 CORE_LOG_E("failed to init font face, no unicode charmap available");
512 // Check if file data cache has this font