Package | Description |
---|---|
org.blender.dna |
Modifier and Type | Method and Description |
---|---|
CPointer<uiFont> |
uiFont.__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<uiFont> |
uiFont.getNext()
Get method for struct member 'next'.
|
CPointer<uiFont> |
uiFont.getPrev()
Get method for struct member 'prev'.
|
Modifier and Type | Method and Description |
---|---|
void |
uiFont.setNext(CPointer<uiFont> next)
Set method for struct member 'next'.
|
void |
uiFont.setPrev(CPointer<uiFont> prev)
Set method for struct member 'prev'.
|
Constructor and Description |
---|
uiFont(uiFont that) |