diff options
author | Michele Calgaro <[email protected]> | 2025-02-04 17:59:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-09 19:21:03 +0900 |
commit | 486aa07930e7b6e900f77e64726c8cc4110511d8 (patch) | |
tree | 8b8d515be0f9d860bd46d778977b6beab732120d /src/kernel/tqfontmetrics.h | |
parent | 46f42bcd5a6e2ad99fe842432279e529adce890a (diff) | |
download | tqt3-486aa07930e7b6e900f77e64726c8cc4110511d8.tar.gz tqt3-486aa07930e7b6e900f77e64726c8cc4110511d8.zip |
Extend work on supporting surrogate characters done in commit e0a38072
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/kernel/tqfontmetrics.h')
-rw-r--r-- | src/kernel/tqfontmetrics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/tqfontmetrics.h b/src/kernel/tqfontmetrics.h index b635a864e..35d09f5e8 100644 --- a/src/kernel/tqfontmetrics.h +++ b/src/kernel/tqfontmetrics.h @@ -79,7 +79,7 @@ public: int width( char c ) const { return width( (TQChar) c ); } #endif - int charWidth( const TQString &str, int pos ) const; + int charWidth( const TQString &str, int pos ) const; TQRect boundingRect( const TQString &, int len = -1 ) const; TQRect boundingRect( TQChar ) const; TQRect boundingRect( int x, int y, int w, int h, int flags, |