Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-12-18 12:18:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-18 12:33:05 +0400
commitd51dd929507e8b5491ba7909bd4d102efe039a63 (patch)
tree3067f7fd743d24d33ae5997b69f2c6690b1a4a29 /source/blender/blenfont/BLF_api.h
parent0e694b9b7ee25e74a1bbbaa78cff35ab26d3dd1d (diff)
BLF: debug function to print a fonts state
Diffstat (limited to 'source/blender/blenfont/BLF_api.h')
-rw-r--r--source/blender/blenfont/BLF_api.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenfont/BLF_api.h b/source/blender/blenfont/BLF_api.h
index 6ba3bedd4b6..e01631fff6b 100644
--- a/source/blender/blenfont/BLF_api.h
+++ b/source/blender/blenfont/BLF_api.h
@@ -182,6 +182,10 @@ char **BLF_dir_get(int *ndir);
/* Free the data return by BLF_dir_get. */
void BLF_dir_free(char **dirs, int count);
+#ifdef DEBUG
+void BLF_state_print(int fontid);
+#endif
+
/* font->flags. */
#define BLF_ROTATION (1 << 0)
#define BLF_CLIPPING (1 << 1)