Uses of Class
org.blender.dna.uiFont
-
Packages that use uiFont Package Description org.blender.dna -
-
Uses of uiFont in org.blender.dna
Methods in org.blender.dna that return types with arguments of type uiFont Modifier and Type Method 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'.Method parameters in org.blender.dna with type arguments of type uiFont Modifier and Type Method 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'.Constructors in org.blender.dna with parameters of type uiFont Constructor Description uiFont(uiFont that)
-