Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

49
votes
4answers
10k views

Change font size macvim?

I'm using macvim and I love it. I also happen to really like the default font. My question is: How do I change the font size in my .gvimrc? I want it to be bigger, without changing the font from ...
32
votes
5answers
614 views

Make dialogs compatible with “large fonts”

Which do you think are best practices for making a windows dialog compatible both with standard fonts (96 dpi) and "large fonts" setting (120 dpi) so that objects don't overlap or get cut off? BTW: ...
30
votes
7answers
4k views

Font size in CSS - % or em?

When setting the size of fonts in CSS, should I be using a percent value or em? Can you explain the advantage?
20
votes
8answers
9k views

How to adjust text font size to fit textview

Is there any way in android to adjust the textsize in a textview to fit the space it occupies? E.g. I'm using a TableLayout and adding several textviews to each row. Since I don't want the textviews ...
20
votes
8answers
12k views

How to Increase Font Size in the xcode editor?

Either this is a nightmare or it really does not seem to bother anyone that to increase font-size in xcode is a pain in the butt ... I googled and no one seems to have answer to this question ... ...
14
votes
4answers
8k views

Shortcut for changing font size in Visual Studio

Does anybody know if there is a shortcut or something similar for changing the font size in the editor in Visual Studio 2008? What I mean is something like Ctrl + MouseWheel as in FireFox. Accessing ...
14
votes
2answers
460 views

Why is a font in .NET of size 8 displayed as 8.25?

When you select, for example, a Size of 8 in a Font Dialog for Microsoft Sans Serif, it returns a font that .NET displays as having a size 8.25? Why is this exactly?
13
votes
3answers
5k views

How do you have Silverlight resize text content to fit?

I've got a user control (below), I'm binding the text to a datasource and instancing up a bunch of the usercontrols. I want the size of the text to be the largest possible that will still fit in the ...
12
votes
3answers
20k views

Set UIButton title label font size programmatically

I need to set the font size of the title label of a UIButton programmatically.
10
votes
4answers
114 views

Specify width in *characters*

When using a fixed width font, I'd like to specify the width of an HTML element in characters. The "em" unit is supposed to be the width of the M character, so I should be able to use it to specify a ...
10
votes
2answers
231 views

Dynamic vim font size based on file length

I want vim (MacVim) to default to a large font for new/short files and dynamically scale down to a smaller font (to a set minimum) as the number of lines grows. Is this possible to do with a plugin? ...
10
votes
12answers
8k views

CSS font size: relative vs. absolute values. Which to use?

What's the best way to size text across browsers? What are the advantages and disadvantages of defining font size in pixels / em?
9
votes
2answers
11k views

how to set LaTeX font size in millimeter?

I need to set the font size in millimeters in my LaTeX document. how can I do that? thank you!
8
votes
2answers
112 views

How to detect font availability and set the font-size accordingly?

Is it possible to set different font-sizes according to the font? Currently my problem is that Verdana is too big, and if the user don't have Verdana installed, I will end up with huge font-size Is ...
8
votes
5answers
196 views

How to determine the length of a graphic string?

I'm creating a graphical timeline out of an excel document and I need to have small tags of the name of the event next to the marker for that event. Some of these are easy and are right justified but ...
8
votes
6answers
422 views

How to fix @fontface vs. default font size - layout breaks if @fontface doesn't load

If a site is using @fontface to load 2 custom fonts and also uses ariel or sans-serif font as a default/backup font but the two fonts are very different in size - how do you fix the layout issue that ...
7
votes
3answers
631 views

Is 1.0em the same as 100% for font sizes?

I am trying to debug why having font-size: 1.0em in jquery-ui is causing my font sizes for my page to go huge(over 16px) without me doing any actual resizing of the fonts. Well, in Firebug I saw a ...
7
votes
3answers
2k views

WPF font scaling

I have a WPF application where the user interface should be scaled so that it should become larger if the windows is made larger. In one of the dialogs, I need to present a list of items to a user and ...
7
votes
5answers
3k views

drawAtPoint: and drawInRect: blurry text

When drawing strings using drawAtPoint:, drawInRect: and even setting the text property of UILabels - the text can sometimes appear slightly blurry. I tend to use Helvetica in most places, and I ...
6
votes
5answers
9k views

Font size in pixels

On an iPhone how do I calculate the size of a character in pixels for a given point size?
6
votes
4answers
6k views

Consistent font-size across browsers (web development)

When creating web pages how do we achieve a consistent font size across browsers. I have used something like "font-size: 11pt; font-family: Helvetica,'Lucida Grande'" in my CSS, but the text looks ...
6
votes
8answers
7k views

What's a the best small font for eclipse?

The default Courier New 10pt is larger than necessary for me. However, using that font at 8pt does not look very good. Are there better choices for a more readable, very small (e.g., 8pt) font for ...
5
votes
1answer
244 views

R YaleToolkit: How to change the font size of tick labels on the sparklines?

I'm using this function for some quick and easy sparklines with R but I can't seem to work out how to change the font size to avoid ugly overlaps of the y-axis tick labels. Here's my code (see below ...
5
votes
2answers
167 views

How to overlay, resize and centre a component on a JPanel?

I've spent a while reading and experimenting here, and come up with a few approaches, but not got any of them to work completely yet, so I would like to know what more experienced Swing programmers ...
5
votes
3answers
589 views

What does this size mean in css {font: 14px/24px Arial, Helvetica, sans-serif}

What is 14px/24px here? Which is the real font size?
5
votes
2answers
2k views

Font size auto adjust to fit

I'm trying to do what the title says. I've seen that font-size can be a percentage. So my guess was that font-size: 100%; would do it, but no. Here is an example: http://jsfiddle.net/xVB3t/ Can I ...
4
votes
1answer
138 views

How to determine maximum text length for AlertDialog buttons?

I got a problem with a really, really simple AlertDialog that creates my About dialog with three choices. Have a look at how it looks like on an emulator, my HTC Sensation and a Galaxy S2: The ...
4
votes
1answer
118 views

How do I increase the size of the points and the text with just one command in ggplot2?

I am plotting some graphs for a poster and a slideshow. I need bigger points and bigger text. I read about ggplot2's theme_set and theme_update. From what I can tell there are only two preset themes ...
4
votes
2answers
52 views

Adding Font + Feature to Textarea

I'm trying to create a feature for the Script Encoder that I'm creating that will increase the font size of the textarea by one. This is what I got so far: <script type="text/javascript"> ...
4
votes
4answers
218 views

CSS: 100% font size - 100% of what?

There are many articles and questions about percentage-sized vs other-sized fonts. However, I can not find out WHAT the reference of the percent-value is supposed to be. I understand this is 'the same ...
4
votes
2answers
539 views

How do I change the font size to export the pdf in datatables plug in

How do I change the font size to export the pdf at datatables plug in? I looked at the sources and could not find where does it! any body can help me?? thanks
4
votes
1answer
4k views

How can I change font size in Eclipse for Java text editors?

I have just tried to change my font size in Eclipse 3.6.0 in the following way: General → Appearance → Colors and Fonts → Java Editor text font However, the font size only changed ...
4
votes
2answers
285 views

Font size discrepancy in .NET GDI+?

I am wracking my brains in trying to understand the discrepancy between the font sizes users select or specify (for example, using a FontDialog) and the em-size reported by the Font class in .NET. ...
4
votes
3answers
366 views

How is font size calculated?

I have a complex js function with an equation in which I actually need to understand how much space in pixels font sizes take up. I have noticed that some font's sizes are different depending on the ...
4
votes
1answer
1k views

Java - FontMetrics without Graphics

How to get FontMetrics without use Graphics ? I want to get FontMetrics in constructor, now I do this way: BufferedImage bi = new BufferedImage(5, 5, BufferedImage.TYPE_INT_RGB); FontMetrics fm = ...
4
votes
1answer
72 views

Second choice font in HTML

This might be slightly basic. Sorry for that but I was wondering if it is possible that the second choice font we specify in HTML (using font/font-family) can be of a different font-size. Eg. Use ...
4
votes
5answers
2k views

For Qt 4.6.x, how to auto-size text to fit in a specified width?

Inside of my QGraphicsRectItem::paint(), I am trying to draw the name of the item within its rect(). However, for each of the different items, they can be of variable width and similarly names can be ...
4
votes
5answers
1k views

Emacs font sizing with Ctrl key and mouse scroll

notepad++ allow me to increase the font size when I hold the Ctrl Key and rotate the mouse middle scroll button to forward. In the same way, the when I hold Ctrl and rotate the mouse middle scroll ...
4
votes
3answers
2k views

matplotlib: Controlling pie chart font color, line width

I'm using some simple matplotlib functions to draw a pie chart: f = figure(...) pie(fracs, explode=explode, ...) However, I couldn't find out how to set a default font color, line color, font size – ...
4
votes
3answers
1k views

Java: Fonts and Pixels

I'm making a game and in the menu I want to display the text in the center of the screen. Is there a way in Java to get/calculate the width of a piece of text in a specified font with specified size ...
4
votes
1answer
595 views

Flexible 'em' style Fonts with wxPython

Im looking for a way to present a flexible font, that will increase and decrease in size according to to the size of the screen resolution. I want to be able to do this without the HTML window class. ...
4
votes
8answers
2k views

Ems to Pixel Conversion - Why 62.5% and not 6.25%?

I know that a lot of us are familiar with setting the font size on the body element in our CSS to 62.5%. This means that 1em will equal 10px and helps for keeping things pixel perfect but also allows ...
3
votes
1answer
560 views

Silverlight toolkit for WP7, DatePicker\TimePicker fontsize problem

I have following problem with TimePicker \ DatePicker from Silverlight Toolkit for WP7. I don't know how to change the font size in TextBox inside picker: [here should be picture, but due to great ...
3
votes
2answers
145 views

How to specify font size in a plot (for PDF output)?

Any ideas on how to calibrate cex to font size units? Specifically, I'd like to work with the default family 'Helvetica' and specify font sizes to correspond to .doc font sizes. For example, use font ...
3
votes
1answer
119 views

Is there a way to override the minumum font size in webkit browsers?

I am rendering tiny text on a canvas instance and it works as expected on Firefox 4, but on Chrome and Safari the font renders using the minimum font size set in these browsers, which is already at ...
3
votes
3answers
246 views

Most Standard way to Set Font Sizes in HTML/CSS

I've been working in HTML/CSS for years, but I'd like to clarify something about setting font sizes. What is the best format to set your font? Typically, i've been setting with a font-size in a ...
3
votes
3answers
3k views

How to change font size of Panorama item header?

What is the easiest way to set the font size of the panorama item header once so it can be used for all item headers in my app?
3
votes
3answers
356 views

How to change FontSize By JavaScript?

This code is not working var span = document.getElementById("span"); span.style.fontsize = "25px"; span.innerHTML = "String";
3
votes
3answers
640 views

R - change size of axis labels for corrplot

Hello using the following with corrplot: require("corrplot") ## needs the corrplot package corrplot(cor(lpp_axis1, lpp_axis2), method=c("number"), bg = "grey10", addgrid.col = "gray50", ...
3
votes
1answer
899 views

How can we increase the font size of toast?

Is there any way to increase the font size of toast without customizing? I don't want to create a layout for increasing the text size. Is there any way? Thanks, Niki

1 2 3 4 5 6