Hi,
Have you done something special to raise these bugs or it is just random ?
Vincent
De : Pharo-users [mailto:pharo-users-bounces@lists.pharo.org]
De la part de Justine STIENNE
Envoy�� : mercredi 17 f��vrier 2016 13:40
�� : Any question about pharo is welcome
Objet : Re: [Pharo-users] Font crash Pharo 50 Windows
There is an other bug:
UndefinedObject(Object)>>doesNotUnderstand: #*
FreeTypeFont>>height
LogicalFont>>height
TextStyle>>newFontArray:
TextStyle class>>fontArray:
[ TextStyle fontArray: {self} ] in LogicalFont(AbstractFont)>>textStyle
Dictionary(Collection)>>detect:ifFound:ifNone:
Dictionary(Collection)>>detect:ifNone:
2016-02-17 13:33 GMT+01:00 Justine STIENNE <justine.stienne@gmail.com>:
on
2016-02-17 13:33 GMT+01:00 Justine STIENNE <justine.stienne@gmail.com>:
Ok we got several crashes related to fonts on
charmaps
"Answer an Array of Strings naming the different character maps available for setCharMap:"
charmaps ifNil: [
charmaps := Array new: numCharmaps.
self getCharMapsInto: charmaps ].
^charmaps