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:
authorDiego Borghetti <bdiego@gmail.com>2009-03-02 08:20:48 +0300
committerDiego Borghetti <bdiego@gmail.com>2009-03-02 08:20:48 +0300
commitacc8d06b777c5c0aa812295014b421c2a5badcf2 (patch)
tree549d6b7a6d17c89edd682ff951db68b80c0af8b9 /source/blender/blenfont/BLF_api.h
parent06629033b30ae29a4d63372bcfc5e670d439891a (diff)
Cleanup a little before add internal font (bmfont).
Diffstat (limited to 'source/blender/blenfont/BLF_api.h')
-rw-r--r--source/blender/blenfont/BLF_api.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/blenfont/BLF_api.h b/source/blender/blenfont/BLF_api.h
index 2d40cf48814..0e96bf8ceb1 100644
--- a/source/blender/blenfont/BLF_api.h
+++ b/source/blender/blenfont/BLF_api.h
@@ -85,8 +85,7 @@ char **BLF_dir_get(int *ndir);
void BLF_dir_free(char **dirs, int count);
/* font->flags. */
-#define BLF_ASPECT (1<<0)
-#define BLF_ROTATION (1<<1)
-#define BLF_CLIPPING (1<<2)
+#define BLF_ROTATION (1<<0)
+#define BLF_CLIPPING (1<<1)
#endif /* BLF_API_H */