| 635 | } |
| 636 | |
| 637 | bool SetIconFaceByName(const char *pFamilyName) |
| 638 | { |
| 639 | m_IconFace = GetFaceByName(pFamilyName); |
| 640 | if(!m_IconFace) |
| 641 | { |
| 642 | log_error("textrender", "The icon font face '%s' could not be found", pFamilyName); |
| 643 | return false; |
| 644 | } |
| 645 | return true; |
| 646 | } |
| 647 | |
| 648 | bool AddFallbackFaceByName(const char *pFamilyName) |
| 649 | { |