~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/ftfont/FTF_Settings.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: FTF_Settings.h,v 1.1 2003/05/03 12:17:08 phase Exp $
 
2
 * $Id: FTF_Settings.h,v 1.2 2005/01/19 13:53:42 phase Exp $
3
3
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
4
4
 *
5
5
 * This program is free software; you can redistribute it and/or
30
30
 
31
31
/**
32
32
 
33
 
 * $Id: FTF_Settings.h,v 1.1 2003/05/03 12:17:08 phase Exp $
 
33
 * $Id: FTF_Settings.h,v 1.2 2005/01/19 13:53:42 phase Exp $
34
34
 * Copyright (C) 2001 NaN Technologies B.V.
35
35
 * Allows you to determine which fonts to include in the library.
36
36
 */
43
43
#define FTF_INPUT_SYSTEM_ENCODING FTF_BIT(1)
44
44
#define FTF_USE_GETTEXT FTF_BIT(2)
45
45
#define FTF_INPUT_UTF8 FTF_BIT(3)
 
46
#define FTF_PIXMAPFONT  0
 
47
#define FTF_TEXTUREFONT 1
46
48
 
47
49
#endif /* __FTF_SETTINGS_H */