Uses of Class
org.blender.dna.VFont
-
Packages that use VFont Package Description org.blender.dna org.blender.utils -
-
Uses of VFont in org.blender.dna
Methods in org.blender.dna that return types with arguments of type VFont Modifier and Type Method Description CPointer<VFont>
VFont. __io__addressof()
Instantiates a pointer on this instance.CPointer<VFont>
TextVars. getText_font()
Get method for struct member 'text_font'.CPointer<VFont>
Curve. getVfont()
Get method for struct member 'vfont'.CPointer<VFont>
Curve. getVfontb()
Get method for struct member 'vfontb'.CPointer<VFont>
Curve. getVfontbi()
Get method for struct member 'vfontbi'.CPointer<VFont>
Curve. getVfonti()
Get method for struct member 'vfonti'.Method parameters in org.blender.dna with type arguments of type VFont Modifier and Type Method Description void
TextVars. setText_font(CPointer<VFont> text_font)
Set method for struct member 'text_font'.void
Curve. setVfont(CPointer<VFont> vfont)
Set method for struct member 'vfont'.void
Curve. setVfontb(CPointer<VFont> vfontb)
Set method for struct member 'vfontb'.void
Curve. setVfontbi(CPointer<VFont> vfontbi)
Set method for struct member 'vfontbi'.void
Curve. setVfonti(CPointer<VFont> vfonti)
Set method for struct member 'vfonti'.Constructors in org.blender.dna with parameters of type VFont Constructor Description VFont(VFont that)
-
Uses of VFont in org.blender.utils
Methods in org.blender.utils that return VFont Modifier and Type Method Description VFont
MainLib. getVFont()
SeeVFont
for documentation.Methods in org.blender.utils with parameters of type VFont Modifier and Type Method Description void
MainLib. setVFont(VFont vFont)
SeeVFont
for documentation.
-