mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2007
Posts: 14
_
Pikka bird
OP Offline
Pikka bird
_
Joined: Aug 2007
Posts: 14
ive noticed that parts of end last character in a channel join are missing.

* test (blah@blah) has joined #zxy

y, m are effected atm

part of the y seems to be missing, it also looks like gradually more of the last character disappears on more joins.

im using Arial 10pt character set, win7 x64

Last edited by _cornflake_; 03/04/10 04:55 PM.
Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
The problem seems to be that mirc recognizes ligatures in text when calculating text width but it does not display those ligatures.The problem only occurs on certain fonts (like Calibri), presumably those that support ligatures. Can you confirm that it only happens with lines that contain "ff" or "fi" etc?

Examples:

//echo -ag fafbfcfd
works fine

//echo -ag ffffabcd
chops off part of d

The problem is evident in $width() as well:

//echo -ag $width(fafbfcfd,calibri,12) != $width(ffffabcd,calibri,12)

Edit: just noticed you said you used Arial, where the problem I described doesn't occur, so there may be something else as well...

Last edited by qwerty; 03/04/10 05:20 PM.

/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
Joined: Aug 2007
Posts: 14
_
Pikka bird
OP Offline
Pikka bird
_
Joined: Aug 2007
Posts: 14

Joined: Aug 2007
Posts: 14
_
Pikka bird
OP Offline
Pikka bird
_
Joined: Aug 2007
Posts: 14
it seems it aint just happening on join etc as i first thought, ive noticed this over channel text now too

Joined: Aug 2007
Posts: 14
_
Pikka bird
OP Offline
Pikka bird
_
Joined: Aug 2007
Posts: 14
Originally Posted By: qwerty

Examples:

//echo -ag fafbfcfd
works fine

//echo -ag ffffabcd
chops off part of d


with Arial 10pt this doesnt seem to cut off any test

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Just noticed this myself. In Calibri 12pt, the follow cuts off part of the final "e"...

[3:45pm] XMog sets mode: +o Yusuke

The e ends up looking something like Є . I think qwerty- hit on the cause. Now we just need a fix. smile

EDIT: Also, the following notice gets the last letter chopped slightly as well (might have been snotice... not sure):

[9:08pm] *Global* [Logon News - May 01 2009] We have recently setup our own webchat. It is still in the beta test phase but is open for the public. A nice feature is the ability to integrate it with your own website. You can find it at http://webchat.irchighway.net and if you have any questions you can get assistance in #help

Last edited by Riamus2; 05/04/10 09:34 PM.

Invision Support
#Invision on irc.irchighway.net
Joined: Dec 2002
Posts: 5,431
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,431
Thanks this should be fixed in the next version.


Link Copied to Clipboard