Blender V2.61 - r43446
|
Go to the source code of this file.
Classes | |
struct | bmGlyph |
struct | bmFont |
Defines | |
#define | is_power_of_two(N) ((N ^ (N - 1)) == (2 * N - 1)) |
Typedefs | |
typedef struct bmGlyph | bmGlyph |
typedef struct bmFont | bmFont |
Definition in file BKE_bmfont_types.h.
#define is_power_of_two | ( | N | ) | ((N ^ (N - 1)) == (2 * N - 1)) |
Definition at line 35 of file BKE_bmfont_types.h.
Referenced by detectBitmapFont().