preventing wrapping on certain words only



Hello,
 
1. I’ve been investigating the Pango API, but could not find a way to prevent wrapping for specific portions of text. I saw the global wrapping option WRAP_WORD / WRAP_CHAR / WRAP_WORD_CHAR using pango_layout_set_wrap ( ).
 
How should I do this?
The idea behind this is to be sure that a text such as “(...)“ (could be as well “/* ... */”) does not get wrapped.
 
2. Another question, how would I add a place holder for an image so that I could do something like: hello <img width=50 height=10>! in logic and determine where the image should be?
Can I obtain that from Pango or should I use something else? more powerful on top of it?
 
Best regards
Armel
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]