Blender  V3.3
Public Attributes | List of all members
EditFont Struct Reference

#include <BKE_vfont.h>

Public Attributes

char32_t * textbuf
 
struct CharInfotextbufinfo
 
float textcurs [4][2]
 
EditFontSelBoxselboxes
 
int selboxes_len
 
int len
 
int pos
 
int selstart
 
int selend
 
char needs_flush_to_id
 

Detailed Description

Definition at line 31 of file BKE_vfont.h.

Member Data Documentation

◆ len

int EditFont::len

◆ needs_flush_to_id

char EditFont::needs_flush_to_id

ID data is older than edit-mode data. Set Main.is_memfile_undo_flush_needed when enabling.

Definition at line 49 of file BKE_vfont.h.

Referenced by BKE_object_data_editmode_flush_ptr_get(), font_undosys_step_decode(), and font_undosys_step_encode().

◆ pos

int EditFont::pos

◆ selboxes

EditFontSelBox* EditFont::selboxes

◆ selboxes_len

int EditFont::selboxes_len

Definition at line 38 of file BKE_vfont.h.

Referenced by edit_text_cache_populate_select(), and vfont_to_curve().

◆ selend

int EditFont::selend

◆ selstart

int EditFont::selstart

◆ textbuf

char32_t* EditFont::textbuf

◆ textbufinfo

struct CharInfo* EditFont::textbufinfo

◆ textcurs

float EditFont::textcurs[4][2]

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