|
Blender V5.0
|
Public Attributes | |
| int | fontid |
| const FontBLF * | font |
| FontBufInfoBLF | 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().
| 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().
| int BLFBufferState::fontid |
Definition at line 970 of file blf.cc.
Referenced by BLF_buffer_state_pop(), and BLF_buffer_state_push().