pharo
pharo copied to clipboard
Unimplemented message send in FT2Face>>#emboldenOutline:
Also in FT2Face>>#glyphOfCharacter: and FT2Face>>#glyphOfCharacter:pixelSize: ...
FT2Face>>#validate
was removed from the FT2Handle
superclass in https://github.com/pharo-project/pharo/commit/5d782df422db7eec49883c7c5f840196abe99541 - but even then, it had an empty implementation. So it seems like this is just some forgotten leftover code
FreeType is from Squeak time and we never really looked at it but yes it is full of dust.
a simple fix for now could be to just remove all the "self validate" sends.
The empty method was removed in the superclass, but a subclass still implements it...