Blender V2.61 - r43446
Public Attributes

VChar Struct Reference

#include <BLI_vfontdata.h>

List of all members.

Public Attributes

struct VCharnext
struct VCharprev
ListBase nurbsbase
intptr_t index
float resol
float width
float * points

Detailed Description

Definition at line 53 of file BLI_vfontdata.h.


Member Data Documentation

intptr_t VChar::index

Definition at line 56 of file BLI_vfontdata.h.

Referenced by find_vfont_char(), and freetypechar_to_vchar().

struct VChar* VChar::next

Definition at line 54 of file BLI_vfontdata.h.

Referenced by find_vfont_char().

Definition at line 55 of file BLI_vfontdata.h.

Referenced by buildchar(), free_vfont(), and freetypechar_to_vchar().

float* VChar::points

Definition at line 59 of file BLI_vfontdata.h.

struct VChar * VChar::prev

Definition at line 54 of file BLI_vfontdata.h.

float VChar::resol

Definition at line 57 of file BLI_vfontdata.h.

float VChar::width

Definition at line 58 of file BLI_vfontdata.h.

Referenced by char_width(), and freetypechar_to_vchar().


The documentation for this struct was generated from the following file: