diff options
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/src/lib/engines/common/evas_text_utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/legacy/evas/src/lib/engines/common/evas_text_utils.h b/legacy/evas/src/lib/engines/common/evas_text_utils.h index 21f8f3864e..687827a70d 100644 --- a/legacy/evas/src/lib/engines/common/evas_text_utils.h +++ b/legacy/evas/src/lib/engines/common/evas_text_utils.h | |||
@@ -23,6 +23,10 @@ struct _Evas_Text_Props | |||
23 | Evas_BiDi_Props bidi; | 23 | Evas_BiDi_Props bidi; |
24 | Evas_Script_Type script; | 24 | Evas_Script_Type script; |
25 | Evas_Text_Props_Info *info; | 25 | Evas_Text_Props_Info *info; |
26 | |||
27 | /* FIXME: just a hack in the meanwhile, remove when I can finally cache | ||
28 | * fi and split to scripts without harfbuzz */ | ||
29 | Eina_Unicode repch; | ||
26 | }; | 30 | }; |
27 | 31 | ||
28 | struct _Evas_Text_Props_Info | 32 | struct _Evas_Text_Props_Info |