diff options
author | Michele Calgaro <[email protected]> | 2025-01-30 23:40:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-13 22:39:34 +0900 |
commit | 9c648bea9bfb1113c070a05b36f78ff006d0877a (patch) | |
tree | 8318170d8f1fddf60e39686f5e3b872a6a610472 /doc | |
parent | 98a90524a1d706f1143f39fd707b620be3184042 (diff) | |
download | tqt3-9c648bea9bfb1113c070a05b36f78ff006d0877a.tar.gz tqt3-9c648bea9bfb1113c070a05b36f78ff006d0877a.zip |
Fix editing of text containing surrogate characters.
This relates to issue #162.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/tqfontmetrics-h.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqfontmetrics-h.html b/doc/html/tqfontmetrics-h.html index a1428be44..dc5fd3f15 100644 --- a/doc/html/tqfontmetrics-h.html +++ b/doc/html/tqfontmetrics-h.html @@ -114,7 +114,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, |