Blender V5.0
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 654 of file vfont_curve.cc.

Member Data Documentation

◆ char_nr

int TempLineInfo::char_nr

Number of characters.

Definition at line 660 of file vfont_curve.cc.

Referenced by vfont_to_curve().

◆ wspace_nr

int TempLineInfo::wspace_nr

Number of white-spaces of line.

Definition at line 662 of file vfont_curve.cc.

Referenced by vfont_to_curve().

◆ x_max

float TempLineInfo::x_max

Right margin.

Definition at line 658 of file vfont_curve.cc.

Referenced by vfont_to_curve().

◆ x_min

float TempLineInfo::x_min

Left margin.

Definition at line 656 of file vfont_curve.cc.

Referenced by vfont_to_curve().


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