Tagged Questions
The text-styling tag has no wiki summary.
44
votes
10answers
51k views
Vertical (rotated) text in HTML table
Is there a (portable) way to rotate text in a HTML table cell by 90°?
(I have a table with many columns and much text for the headings, so I'd like to write it vertically to save space.)
3
votes
2answers
2k views
Android Textview Italic and wrap_contents
I am using 3 italic textviews with different colors
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" ...
1
vote
1answer
133 views
Text Font style not appear
I am developing one application in which comic font are used and that can be fetched from assets folder. Now I would like to make the text bold. So I simply use :
Typeface ...
1
vote
3answers
108 views
Any ideas about how to use CSS to emulate a messy stamp?
I'm interested in ways to render a span that to look something like one of these:
Here are the tricks I plan on using:
@font-face
-{moz/webkit/o}-transform:rotate
It's for a personal project so ...
1
vote
5answers
3k views
Is there a way to rotate text input?
I have to align a textbox and some text, at about 30 degrees, like this:
I would like it to work at least in IE and FF.
everything I found on the net deals with image rotation.
Anyone?
0
votes
1answer
139 views
“text-overflow” for a QLabel’s text rendering in QT
I have got a QLabel element in a widget which can be resized. The text can overflow boundaries, so I need, for the application to look more elegant, some way to make the text generate an ellipsis ...
0
votes
1answer
90 views
Change style of html links in TextViews after executing Html.fromHtml
I'm developing an android application. I retrieve some data that looks like this:
<a href="http://google.com/" title=''><b><font color="gold">My Link to ...
0
votes
4answers
58 views
Clear the text style of the Element using Javascript
I need to clear the text decoration property of the element using java script.
Currently I am setting text decoration property of element to 'line-through'. In some point of time i need to undo the ...
0
votes
2answers
38 views
Can I replace an image with a custom font?
On my website I'm currently using image files to represent custom fonts. I'm wondering if I can replace this with actual text but with a font that may not be installed on the viewer's system. How can ...
0
votes
2answers
368 views
sIFR Only the first font-style of glyph in my swf will display, cannot seem to call up the others
I've uploaded my .swf with bold, normal and italic glyphs of the font embedded. I then go to my sifr-config.js file to style the text using CSS. All properties except the font-style:italic; and ...