Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenfont/intern/blf_internal.h
| Context not available. | |||||
| struct GlyphCacheBLF *blf_glyph_cache_find(struct FontBLF *font, unsigned int size, unsigned int dpi); | struct GlyphCacheBLF *blf_glyph_cache_find(struct FontBLF *font, unsigned int size, unsigned int dpi); | ||||
| struct GlyphCacheBLF *blf_glyph_cache_new(struct FontBLF *font); | struct GlyphCacheBLF *blf_glyph_cache_new(struct FontBLF *font); | ||||
| void blf_glyph_cache_clear(struct FontBLF *font); | void blf_glyph_cache_clear(struct FontBLF *font, int forceClear); | ||||
| void blf_glyph_cache_free(struct GlyphCacheBLF *gc); | void blf_glyph_cache_free(struct GlyphCacheBLF *gc); | ||||
| struct GlyphBLF *blf_glyph_search(struct GlyphCacheBLF *gc, unsigned int c); | struct GlyphBLF *blf_glyph_search(struct GlyphCacheBLF *gc, unsigned int c); | ||||
| Context not available. | |||||