Alain Plantec

Results 30 comments of Alain Plantec

I agree, it's confusing. I think this is because of the name rightToLeft in fact, #topToBottom/bottomToTop are not implemented. instead of (#leftToRight #rightToLeft) -> (#startToEnd #endToStart) that would work whatever...

thinking more about it... leftToRight and rightToLeft semantic is not clear. it seems that we agree :) what about invertDirection and invertOrientation ?

I agree. I will merge the related PR and then open a new issue for operators renaming

yes... because only BlImageBackground can have an image. and only BlPaintBackground can have a paint. these getters are weird. (I guess I have introduced theme but one should find a...

the space event handler is actually used by the host to send BlSpaceEvent. a space has a BlSpaceEventListener for those events. so the space event related api is used. the...

well, afaik gaussian effect is not natively computed by Cairo but with a dedicated algorithm in Alexandrie... so I would not use it for such number of elements in the...

Hello Elisabeth, BlTextElement is made to draw text but without any interpretation of its content. You can only have one line. To draw such a multi-line text you can use...

yes and no. A carriage return is a word processor concept. The CR character is stored in a BlRopedText ok but its interpretation/processing as a carriage return is done at...

I would have a look at BlTextParagraph. It seems broken. I can make a try

bon, it is not so easy. text measuring is needed BlTextParagraph is not functional at all. I will come back on it later.