Blender  V3.3
Public Attributes | List of all members
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 694 of file vfont.c.

Member Data Documentation

◆ char_nr

int TempLineInfo::char_nr

Definition at line 697 of file vfont.c.

Referenced by vfont_to_curve().

◆ wspace_nr

int TempLineInfo::wspace_nr

Definition at line 698 of file vfont.c.

Referenced by vfont_to_curve().

◆ x_max

float TempLineInfo::x_max

Definition at line 696 of file vfont.c.

Referenced by vfont_to_curve().

◆ x_min

float TempLineInfo::x_min

Definition at line 695 of file vfont.c.

Referenced by vfont_to_curve().


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