diff options
author | michi_cc <michi_cc@openttd.org> | 2013-08-05 20:35:23 +0000 |
---|---|---|
committer | michi_cc <michi_cc@openttd.org> | 2013-08-05 20:35:23 +0000 |
commit | 33f3cf3a5daeaf9e6e5b5414696f93676249bc41 (patch) | |
tree | 9de7c6fec9a311f66a3e598cdb3286cfdd1cadff /src/gfx_func.h | |
parent | 9d7ec75fc0a396b47f91a5f7ec4bea59024fea5f (diff) | |
download | openttd-33f3cf3a5daeaf9e6e5b5414696f93676249bc41.tar.xz |
(svn r25651) -Fix: Textbuf caret rendering for complex scripts (e.g. Tamil).
Diffstat (limited to 'src/gfx_func.h')
-rw-r--r-- | src/gfx_func.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfx_func.h b/src/gfx_func.h index 6ec36ee1b..1226816b4 100644 --- a/src/gfx_func.h +++ b/src/gfx_func.h @@ -126,6 +126,7 @@ int GetStringLineCount(StringID str, int maxw); Dimension GetStringMultiLineBoundingBox(StringID str, const Dimension &suggestion); Dimension GetStringMultiLineBoundingBox(const char *str, const Dimension &suggestion); void LoadStringWidthTable(bool monospace = false); +Point GetCharPosInString(const char *str, const char *ch, FontSize start_fontsize = FS_NORMAL); void DrawDirtyBlocks(); void SetDirtyBlocks(int left, int top, int right, int bottom); |