Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenfont/intern/blf_internal_types.h')
-rw-r--r--source/blender/blenfont/intern/blf_internal_types.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/source/blender/blenfont/intern/blf_internal_types.h b/source/blender/blenfont/intern/blf_internal_types.h
index 238301b9c4d..998093dae70 100644
--- a/source/blender/blenfont/intern/blf_internal_types.h
+++ b/source/blender/blenfont/intern/blf_internal_types.h
@@ -10,10 +10,6 @@
#include "GPU_texture.h"
#include "GPU_vertex_buffer.h"
-#include FT_MULTIPLE_MASTERS_H /* Variable font support. */
-
-#define BLF_VARIATIONS_MAX 16 /* Maximum variation axes per font. */
-
/* -------------------------------------------------------------------- */
/** \name Sub-Pixel Offset & Utilities
*
@@ -129,10 +125,6 @@ typedef struct GlyphCacheBLF {
/* and DPI. */
unsigned int dpi;
- float char_weight;
- float char_slant;
- float char_width;
- float char_spacing;
bool bold;
bool italic;
@@ -283,15 +275,6 @@ typedef struct FontBLF {
/* font size. */
float size;
- /* Axes data for Adobe MM, TrueType GX, or OpenType variation fonts. */
- FT_MM_Var *variations;
-
- /* Character variation; 0=default, -1=min, +1=max. */
- float char_weight;
- float char_slant;
- float char_width;
- float char_spacing;
-
/* max texture size. */
int tex_size_max;