Blender V4.3
thumbs_font.cc File Reference
#include "BLI_hash_md5.hh"
#include "BLI_utildefines.h"
#include "IMB_imbuf.hh"
#include "IMB_imbuf_types.hh"
#include "IMB_thumbs.hh"
#include "../../blenfont/BLF_api.hh"

Go to the source code of this file.

Macros

#define FONT_THUMB_VERSION   "1.0.1"
 

Functions

ImBufIMB_thumb_load_font (const char *filepath, uint x, uint y)
 
bool IMB_thumb_load_font_get_hash (char *r_hash)
 
ImBufIMB_font_preview (const char *filepath, uint width, const float color[4])
 

Macro Definition Documentation

◆ FONT_THUMB_VERSION

#define FONT_THUMB_VERSION   "1.0.1"

Definition at line 21 of file thumbs_font.cc.

Referenced by IMB_thumb_load_font_get_hash().

Function Documentation

◆ IMB_font_preview()

◆ IMB_thumb_load_font()

ImBuf * IMB_thumb_load_font ( const char * filepath,
unsigned int x,
unsigned int y )

◆ IMB_thumb_load_font_get_hash()

bool IMB_thumb_load_font_get_hash ( char * r_hash)