1
vote
6answers
54 views
How do I determine the “narrowest” font on Windows?
Hello
I am looking for a way to find the font that uses the least average horizontal space per letter, since I have a few buttons in my application that need to show a rather long text in it, and …
0
votes
1answer
13 views
Max font size for sIFR
I am trying to implement a large font for sIFR, but it seems to have a ceiling where you cant go any higher. I have adjusted the the variable MAX_FONT_SIZE within the sIFR.as to no avail. Is this …
2
votes
3answers
67 views
HTML: Font size is too big - why?
Here's a snippet of my HTML code. I specify the font size for each text to be 14, but when I render it on Firefox, it looks so big! Is there a better way to specify the font size?
Note: I want to …
2
votes
2answers
149 views
Actual width of a text/caption in Delphi 7
I believe this question was already asked, but it was in Java, so I couldn't understand the solution.
Here is my problem, I want to know actual length of the text in pixels (note that various …
0
votes
0answers
50 views
How mix several font-sizes in one line?
Hello,
know any body howto add several font-sizes into a PDF without having the following problems with iText.
I want create a PDF with multiple chunks in one paragraph. These chunks could have …
1
vote
1answer
54 views
font-size difference between opera and firefox
I found my page text displayed in opera and firefox with different font-size.
<div id='kfbuttext1'>
<a href='#' class='kfbutlink'>test string</a>
…
0
votes
3answers
58 views
Font-Size for Button and Link
I try simple html:
TEST FONT SIZE</br>
<input type="button" value="test bytton" style="font-size:20px">
<a style="font-size:20px">test link</a>
and found out that font-size …
1
vote
3answers
62 views
sIFR 3 r436: how to get really big fonts
For some reason I can't seem to get sIFR to display fontsize larger than about 126 px. I've tried to change the MAX_FONT_SIZE found in sifr.js, but it's no use.
I've also tried adjusting different …
0
votes
5answers
176 views
How can i get default font size in pixels by using JavaScript or JQuery ?
Hi,
As you know em is a relative font measurement where one em is equal to the height of the letter "M" in the default font size. An advantage in using it is because you will be able to resize the …
0
votes
2answers
106 views
Setting size of sIFR text
I'm trying to style a couple of instances of sIFR text in a site I'm working on, and I don't quite understand the technique recommended in the styling documentation.
It says that: "When specified for …
0
votes
1answer
67 views
jQuery .html( data here ) seems to “re-size” the response text
Consider the following code.
It's an anchor tag with an id called leader-module-total that - when pressed - calls a PHP script and displays the echos done in the PHP code inside an id called …
2
votes
2answers
333 views
CSS font-size property from Percent to Pixel, How to?
Hello
I want to convert the font-size property value from percent to pixel
lets say I have this html code
<div style="font-size: 180%;">
<a …
0
votes
1answer
183 views
Increase SO font size via Javascript doesn’t work on my iPhone
So, I've been using this little bit of Javascript (as a bookmark) to increase the font size of various websites I visit on my iPhone's Safari browser (zooming in leads to too much scrolling from side …
0
votes
2answers
51 views
What is the best way to detect/catch a change in font size?
I would like to catch an onFontSizeChange event and then do stuff (like re-render because the browser has changed font sizes on me). Unfortunately, no such event exists and so I must hack a way to do …
0
votes
3answers
51 views
text with the same font size looks not the same size on different pages
on both pages,the font-size is 10pt,
but on one page the font size looks obviously bigger than on the other page,
what can be the reason for this?
