|
Blender V4.3
|
#include <cstdio>#include <cstdlib>#include <cstring>#include <ft2build.h>#include "MEM_guardedalloc.h"#include "DNA_vec_types.h"#include "BLI_fileops.h"#include "BLI_string.h"#include "BLF_api.hh"#include "blf_internal.hh"Go to the source code of this file.
Functions | |
| char * | blf_dir_metrics_search (const char *filepath) |
Manage search paths for font files.
Definition in file blf_dir.cc.
| char * blf_dir_metrics_search | ( | const char * | filepath | ) |
Some font have additional file with metrics information, in general, the extension of the file is: .afm or .pfm
Definition at line 30 of file blf_dir.cc.
References BLI_exists(), BLI_strdup(), BLI_strnlen(), and MEM_freeN().
Referenced by blf_ensure_face().