Blender V5.0
BLFBufferState Struct Reference

Public Attributes

int fontid
const FontBLFfont
FontBufInfoBLF buf_info

Detailed Description

Definition at line 969 of file blf.cc.

Member Data Documentation

◆ buf_info

FontBufInfoBLF BLFBufferState::buf_info

Definition at line 977 of file blf.cc.

Referenced by BLF_buffer_state_pop(), and BLF_buffer_state_push().

◆ font

const FontBLF* BLFBufferState::font

This only exists to validate the font has not been freed since the state was created. Needed because the state can be used from Python.

Definition at line 975 of file blf.cc.

Referenced by BLF_buffer_state_pop(), and BLF_buffer_state_push().

◆ fontid

int BLFBufferState::fontid

Definition at line 970 of file blf.cc.

Referenced by BLF_buffer_state_pop(), and BLF_buffer_state_push().


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