Glyphinfo

see attached patch.

when changing to utf8 encoding GlyphInfo (String) seems to report wrong width.

callmeglyph.v4p (8.8 kB)

see attached patch.

when changing to utf8 encoding GlyphInfo (String) seems to report wrong width.

First your text isn´t UTF8 encoded. If the string has the right encoding the node works fine - most of the times.
The second problem is that the encoding-enum-pin sometimes isn´t updated. E.g. if I change the encoding from ANSI to UTF8 the pin sometimes still says it is ANSI. Therefore I think it is a problem with the enum-pins.

callmeglyph.v4p (8.8 kB)

got me. that didn’t seem to be the problem i had in the first place. but here it comes: the glyphnode seems to have troubles with empty strings. please check the patch attached.

after an empty string the node returns wrong values until you change size or font.

callmeglyph2.v4p (10.9 kB)

mmh works fine for me. the values returned by the node are the same and everything seems to be all right - before and after toggling.

you sure? look closer.
anyway i just fixed it.