Blender
V3.3
|
#include <BKE_vfont.h>
Public Attributes | |
float | xof |
float | yof |
float | rot |
short | linenr |
short | charnr |
char | dobreak |
Definition at line 19 of file BKE_vfont.h.
short CharTrans::charnr |
Definition at line 22 of file BKE_vfont.h.
char CharTrans::dobreak |
Definition at line 23 of file BKE_vfont.h.
Referenced by vfont_to_curve().
short CharTrans::linenr |
Definition at line 22 of file BKE_vfont.h.
Referenced by blender::nodes::node_geo_string_to_curves_cc::get_text_layout(), and vfont_to_curve().
float CharTrans::rot |
Definition at line 21 of file BKE_vfont.h.
Referenced by make_duplis_font().
float CharTrans::xof |
Definition at line 20 of file BKE_vfont.h.
Referenced by blender::nodes::node_geo_string_to_curves_cc::get_text_layout(), make_duplis_font(), and vfont_to_curve().
float CharTrans::yof |
Definition at line 20 of file BKE_vfont.h.
Referenced by blender::nodes::node_geo_string_to_curves_cc::get_text_layout(), make_duplis_font(), and vfont_to_curve().