Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenfont/intern/blf_font_i18n.c
| Context not available. | |||||
| #include "BLI_fileops.h" | #include "BLI_fileops.h" | ||||
| #include "BLI_string.h" | #include "BLI_string.h" | ||||
| #include "CLG_log.h" | |||||
| static CLG_LogRef LOG = { "blf.i18n" }; | |||||
| struct FontBuf { | struct FontBuf { | ||||
| const char *filename; | const char *filename; | ||||
| uchar *data; | uchar *data; | ||||
| Context not available. | |||||
| } | } | ||||
| else { | else { | ||||
| printf("%s: 'fonts' data path not found for '%s', continuing\n", __func__, fb->filename); | CLOG_WARN(&LOG, "'fonts' data path not found for '%s', continuing", fb->filename); | ||||
| } | } | ||||
| } | } | ||||
| Context not available. | |||||