~ubuntu-branches/ubuntu/trusty/blender/trusty-proposed

« back to all changes in this revision

Viewing changes to source/blender/makesdna/DNA_vfont_types.h

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2013-08-14 10:43:49 UTC
  • mfrom: (14.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20130814104349-t1d5mtwkphp12dyj
Tags: 2.68a-3
* Upload to unstable
* debian/: python3.3 Depends simplified
  - debian/control: python3.3 Depends dropped
    for blender-data package
  - 0001-blender_thumbnailer.patch refreshed
* debian/control: libavcodec b-dep versioning dropped

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 *  \ingroup DNA
30
30
 *  \since mar-2001
31
31
 *  \author nzc
 
32
 *
 
33
 * Vector Fonts used for text in the 3D view-port
 
34
 * (unrelated to text used to render the GUI).
32
35
 */
33
36
 
34
37
#ifndef __DNA_VFONT_TYPES_H__
63
66
#define FO_SELCHANGE    10
64
67
 
65
68
#define FO_BUILTIN_NAME "<builtin>"
66
 
#endif
67
69
 
 
70
#endif  /* __DNA_VFONT_TYPES_H__ */