Blender V4.5
CharTrans Struct Reference

#include <BKE_vfont.hh>

Public Attributes

float xof
float yof
float rot
short linenr
short charnr
uint dobreak: 1
uint is_overflow: 1
uint is_wrap: 1
uint is_smallcaps: 1

Detailed Description

Definition at line 19 of file BKE_vfont.hh.

Member Data Documentation

◆ charnr

short CharTrans::charnr

Definition at line 22 of file BKE_vfont.hh.

◆ dobreak

uint CharTrans::dobreak

Definition at line 24 of file BKE_vfont.hh.

Referenced by vfont_to_curve().

◆ is_overflow

uint CharTrans::is_overflow

◆ is_smallcaps

uint CharTrans::is_smallcaps

Definition at line 27 of file BKE_vfont.hh.

◆ is_wrap

uint CharTrans::is_wrap

Definition at line 26 of file BKE_vfont.hh.

◆ linenr

short CharTrans::linenr

◆ rot

float CharTrans::rot

Definition at line 21 of file BKE_vfont.hh.

Referenced by make_duplis_font(), and vfont_to_curve().

◆ xof

float CharTrans::xof

◆ yof

float CharTrans::yof

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