Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_font.h
| Show First 20 Lines • Show All 72 Lines • ▼ Show 20 Lines | |||||
| bool BKE_vfont_is_builtin(struct VFont *vfont); | bool BKE_vfont_is_builtin(struct VFont *vfont); | ||||
| void BKE_vfont_builtin_register(void *mem, int size); | void BKE_vfont_builtin_register(void *mem, int size); | ||||
| void BKE_vfont_free_data(struct VFont *vfont); | void BKE_vfont_free_data(struct VFont *vfont); | ||||
| void BKE_vfont_free(struct VFont *sc); | void BKE_vfont_free(struct VFont *sc); | ||||
| void BKE_vfont_init(struct VFont *vfont); | void BKE_vfont_init(struct VFont *vfont); | ||||
| void BKE_vfont_copy_data(struct Main *bmain, struct VFont *vfont_dst, const struct VFont *vfont_src, const int flag); | |||||
| struct VFont *BKE_vfont_builtin_get(void); | struct VFont *BKE_vfont_builtin_get(void); | ||||
| struct VFont *BKE_vfont_load(struct Main *bmain, const char *filepath); | struct VFont *BKE_vfont_load(struct Main *bmain, const char *filepath); | ||||
| struct VFont *BKE_vfont_load_exists_ex(struct Main *bmain, const char *filepath, bool *r_exists); | struct VFont *BKE_vfont_load_exists_ex(struct Main *bmain, const char *filepath, bool *r_exists); | ||||
| struct VFont *BKE_vfont_load_exists(struct Main *bmain, const char *filepath); | struct VFont *BKE_vfont_load_exists(struct Main *bmain, const char *filepath); | ||||
| void BKE_vfont_make_local(struct Main *bmain, struct VFont *vfont, const bool lib_local); | void BKE_vfont_make_local(struct Main *bmain, struct VFont *vfont, const bool lib_local); | ||||
| bool BKE_vfont_to_curve_ex(struct Main *bmain, struct Object *ob, int mode, | bool BKE_vfont_to_curve_ex(struct Main *bmain, struct Object *ob, int mode, | ||||
| Show All 22 Lines | |||||