Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
415 views

iOS Fonts and (Alleged) Extra Leading

A recent project has called for the use of two Hiragino fonts on iOS 4.x (HiraKakuProN-W3 and -W6) ... but they appear to have some extra space (at least below the characters A-Za-z0-9, which is what ...
2
votes
1answer
389 views

sIFR3 and line-height/leading

I've successfully implemented sIFR3 using the nightlies from the end of Oct. All is well and much easier to work with than sIFR2 except where it comes to line-height. I was able to deal with my ...
1
vote
2answers
534 views

Is there a way to set LineHeight in a Silverlight 4 RichTextBox?

The TextBlock control has LineHeight. Does anyone know a good way to set LineHeight in the RichTextBox Control in Silverlight 4?
0
votes
1answer
50 views

why is line-height 100% in html email boilerplate

in the html email boilerplate, there is a #backgroundTable id given to the wrapper. the line height property is set to 100% in the head, which ends up making all the text in the email start to overlap ...
0
votes
1answer
264 views

Three20 framework with line-height?

somebody knows if it's possible to set a specific line-height for three20-styled texts? thanks
0
votes
2answers
333 views

Adjusting LineHeight in Silverlight for Windows Phone 7 Applications

In my application I have squares at around 160 x 160 in size. Inside the squares are TextBlocks. The Textblocks are dynamic and can be filled in with any amount of words. The design I have been given ...
0
votes
3answers
832 views

Is there a way to set min-line-height on inline element in CSS?

I have some inline links with icon showing on the left (padding + bacground), but when the font is too small, the image doesn't fit in line height and gets cropped on top and bottom. Is there any way ...
0
votes
1answer
424 views

How do I set the line height of a FormattedText

I am building a text-to-image generator that takes a text, a font, a max width and some other parameters and generates an image from this. It will be used as a custom server control in a web site to ...