public class VFont extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__data
Field descriptor (offset) for struct member 'data'.
|
static long[] |
__DNA__FIELD__id
Field descriptor (offset) for struct member 'id'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__packedfile
Field descriptor (offset) for struct member 'packedfile'.
|
static long[] |
__DNA__FIELD__temp_pf
Field descriptor (offset) for struct member 'temp_pf'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct VFont.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
VFont(long __address,
Block __block,
BlockTable __blockTable) |
protected |
VFont(VFont that) |
Modifier and Type | Method and Description |
---|---|
CPointer<VFont> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<java.lang.Object> |
getData()
Get method for struct member 'data'.
|
ID |
getId()
Get method for struct member 'id'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
CPointer<PackedFile> |
getPackedfile()
Get method for struct member 'packedfile'.
|
CPointer<PackedFile> |
getTemp_pf()
Get method for struct member 'temp_pf'.
|
void |
setData(CPointer<java.lang.Object> data)
Set method for struct member 'data'.
|
void |
setId(ID id)
Set method for struct member 'id'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setPackedfile(CPointer<PackedFile> packedfile)
Set method for struct member 'packedfile'.
|
void |
setTemp_pf(CPointer<PackedFile> temp_pf)
Set method for struct member 'temp_pf'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for VFont.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__id
This is how you get a reference on the corresponding field in the struct:
VFont vfont = ...; CPointer<Object> p = vfont.__dna__addressof(VFont.__DNA__FIELD__id); CPointer<ID> p_id = p.cast(new Class[]{ID.class});
public static final long[] __DNA__FIELD__name
This is how you get a reference on the corresponding field in the struct:
VFont vfont = ...; CPointer<Object> p = vfont.__dna__addressof(VFont.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__data
This is how you get a reference on the corresponding field in the struct:
VFont vfont = ...; CPointer<Object> p = vfont.__dna__addressof(VFont.__DNA__FIELD__data); CPointer<CPointer<Object>> p_data = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__packedfile
This is how you get a reference on the corresponding field in the struct:
VFont vfont = ...; CPointer<Object> p = vfont.__dna__addressof(VFont.__DNA__FIELD__packedfile); CPointer<CPointer<PackedFile>> p_packedfile = p.cast(new Class[]{CPointer.class, PackedFile.class});
public static final long[] __DNA__FIELD__temp_pf
runtime only, holds memory for freetype to read from TODO, replace this with blf_font_new() style loading
This is how you get a reference on the corresponding field in the struct:
VFont vfont = ...; CPointer<Object> p = vfont.__dna__addressof(VFont.__DNA__FIELD__temp_pf); CPointer<CPointer<PackedFile>> p_temp_pf = p.cast(new Class[]{CPointer.class, PackedFile.class});
public VFont(long __address, Block __block, BlockTable __blockTable)
protected VFont(VFont that)
public ID getId() throws java.io.IOException
java.io.IOException
__DNA__FIELD__id
public void setId(ID id) throws java.io.IOException
java.io.IOException
__DNA__FIELD__id
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
java.io.IOException
__DNA__FIELD__name
public CPointer<java.lang.Object> getData() throws java.io.IOException
java.io.IOException
__DNA__FIELD__data
public void setData(CPointer<java.lang.Object> data) throws java.io.IOException
java.io.IOException
__DNA__FIELD__data
public CPointer<PackedFile> getPackedfile() throws java.io.IOException
java.io.IOException
__DNA__FIELD__packedfile
public void setPackedfile(CPointer<PackedFile> packedfile) throws java.io.IOException
java.io.IOException
__DNA__FIELD__packedfile
public CPointer<PackedFile> getTemp_pf() throws java.io.IOException
runtime only, holds memory for freetype to read from TODO, replace this with blf_font_new() style loading
java.io.IOException
__DNA__FIELD__temp_pf
public void setTemp_pf(CPointer<PackedFile> temp_pf) throws java.io.IOException
runtime only, holds memory for freetype to read from TODO, replace this with blf_font_new() style loading
java.io.IOException
__DNA__FIELD__temp_pf