Blender V4.3
TempLineInfo Struct Reference

Public Attributes

float x_min
 
float x_max
 
int char_nr
 
int wspace_nr
 

Detailed Description

Used for storing per-line data for alignment & wrapping.

Definition at line 706 of file vfont.cc.

Member Data Documentation

◆ char_nr

int TempLineInfo::char_nr

Definition at line 709 of file vfont.cc.

Referenced by vfont_to_curve().

◆ wspace_nr

int TempLineInfo::wspace_nr

Definition at line 710 of file vfont.cc.

Referenced by vfont_to_curve().

◆ x_max

float TempLineInfo::x_max

Definition at line 708 of file vfont.cc.

Referenced by vfont_to_curve().

◆ x_min

float TempLineInfo::x_min

Definition at line 707 of file vfont.cc.

Referenced by vfont_to_curve().


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