Tagged Questions

29
votes
11answers
37k views

Android TextView Justify Text

How do you get the text of a TextView to be Justified (with text flush on the left- and right- hand sides)? I found a possible solution here, but it does not work (even if you change vertical-center ...
2
votes
3answers
182 views

Should't justify mean pixel perfect?

Until now I thought justify meant that the text will start and end at the same pixel, but i was surprised a few hours ago, when I saw this: I got similar results in 2 computers (win7+chrome, ...
1
vote
3answers
154 views

Haskell: problem with recursion

I am trying to format text to be in the shape of a rectangle; currently I have been able to get it properly left justified, but the last line does not extend as far as possible. I am trying to ...
1
vote
3answers
3k views

How can i align text directly beneath an image?

i used to know how to put an image up on top and then justify the text below the image to stay within the borders of the width of the photo and now i have no idea how to do this, help please? oh ...
0
votes
0answers
14 views

iOS: CATextLayer with alignmentMode=kCAAlignmentJustified looks poor. Any suggestions?

I've tried a CATextLayer with [textLayer setAlignmentMode:kCAAlignmentJustified]; to render some text fully justified and it's horribly unpredictably spaced. Is there any way to modify how it ...
0
votes
0answers
86 views

Full Justification with D2D vs. GDI

With GDI, we have the function SetTextJustification. How do we implement this feature, with DirectDraw? We have ID2D1RenderTarget::DrawGlyphRun which does text drawing. Can we still use ...
0
votes
1answer
48 views

textAlign() JUSTIFIED processing api

im working in processing and i would like to have a textAlign justified mode. I have found this link: http://code.google.com/p/processing/issues/detail?id=186 but can't get it to work. Have no clue ...
0
votes
1answer
359 views

Text-align:justify in IE8 - Text moves when clicked on or highlighted

I came with a problem with IE8 text displaying, that the justified text moves a little bit once I click on it or highlight it. Exactly like this http://www.howtocreate.co.uk/ieBugs/floattext.html, ...
0
votes
2answers
335 views

Text Justified in IE8 gets cut off on the right edge

Recently i noticed to this bug in IE8 (displays correctly in IE7), that the text gets cut off in IE8, just a bit and mainly all the "o": The text is justified don't know if that plays an important ...
0
votes
1answer
1k views

PHP & FPDF: Calculating justified text width

so I'm using FPDF in PHP to programmatically generate a PDF file from images and text (not HTML). One of the biggest issues I've been having is being able to wordwrap text around an image. My current ...
0
votes
2answers
154 views

Why does my text has the justify effect when I didnt made it to have this effect (css/php)

Why my text has the justify effect? In my whole site, I make echos and i dont specify a "text-align:justify;" but my text is still justifying. Justify is when you make the browser window smaller, the ...