Font size - the size of a typeface (font) as it appears on the screen or in print

learn more… | top users | synonyms

0
votes
0answers
16 views

java - set windows default fontsize programmatically

I have a JavaFX application, and on different computers (screen resolution) some pane or text field slip away from each other. I found it is due to the Windows default font size (small - 100%, medium ...
-1
votes
2answers
48 views

How can I change the font size of a uilabel without changing the font itself?

I'm having an issue where I allow the user to select a font for a label in my project, but then when the user sets the size of that label (using a different button), the label resets to a default ...
0
votes
1answer
34 views

Text on Image stays in place despite image resizing

I made a quick web design which has three images. As the browser size decreases, so do the pictures, so they all stay in visible sight. Now I tried to put text over those images, but the text moves ...
-2
votes
0answers
14 views

Typewritten or drawing fonts in MS Word [closed]

What of standard fonts in MS Word are typewritten or drawing? Where their height is set?
1
vote
1answer
23 views

JavaFx text resizing

What is the best way (in terms of performance) to resize a text proportionally to the size of its parent ? I want to make a undecorated window in which the text (which can span several lines) always ...
4
votes
4answers
178 views

Inconsistent font sizes on smart phone

I'm tweaking a web page so that it looks good on smart phones. I've declared a @media section in the CSS file so I can specify the font sizes for this page. Here's that media section: @media screen ...
0
votes
1answer
38 views

How to Change font type in WinCe Device

I am working on WinCE Device,working on GDI in that i am trying to change the font type, i have enabled the all font types in catalog items(Arial,Comic Sans MS,Courier New,Georgia,Tahoma,Times New ...
0
votes
0answers
32 views

Font width of non-English fonts

I am trying to draw characters from Hindi on a plain white background and store the resulting image as a jpeg. I need to size the image dynamically so that it fits the text. Currently, image height is ...
0
votes
2answers
28 views

Global text size and using different styles in same sentence

Ok two questions here: 1) What's the best way to set a global text size that would be consistent throughout all browsers? Or will there always be variance? Defining inside the like this? html { ...
0
votes
0answers
11 views

LateX: text going smaller and smaller [migrated]

I guess this is an unusual question as I have not found anything related (then again, maybe I searched poorly). So what I would like to do is having an enumeration (in a beamer slide) go smaller and ...
1
vote
0answers
33 views

Javascript: How can I get a browser's minimum font size?

What is the best way to get a browser's minimum font size? I whipped up the following code, which does a binary search. It works, but I would like to know if there is a standard or more efficient ...
1
vote
0answers
82 views

Handle different default font or “homescreen widget square” size on Android devices

I developed a 1x1 widget for Android 4.0 and higher. I'm using style="?android:attr/textAppearanceSmall" for my TextViews (UPDATE: perhaps that is not the problem). If I run the widget on my ...
2
votes
1answer
22 views

Fixed Width Fonts - For user interface

I would like to create a web application, where people can post messages to each other. However I want to specify how many charachers can they enter, because of the message which will be displayed on ...
1
vote
1answer
25 views

Geometry of fonts

If I want to draw a text on a control, I can get "a bounding rectangle" first and place it at an appropriate place (using GetTextExtentPoint32 function). But I also need to know where some baselines ...
0
votes
1answer
79 views

Force font size

in my app there are a lot of strings, I used sp for the size. Yesterday I increased the fonts size in the system-preferences of android and now the size is bigger even in my app, but this is not good ...
1
vote
1answer
93 views

JTable change Column Font

Helo, I've looked for the answer in so many places but I haven't got the solution, can you help me with this? I'm making a table where I want to make the first column with a higher Font Size. For ...
0
votes
1answer
43 views

How do I make sure only one font and font size is used in a text field?

The default settings of a text field allow content of a different font and font size to be pasted into the field. How do I make sure that pasted content is converted to use a specific font and font ...
0
votes
2answers
117 views

trying to change the font size in a gridview in android

I am trying to change the font size of my gridview in my android application. this is my code for makeing the gridview: GridView gridview = (GridView)findViewById(R.id.gridView); ...
0
votes
0answers
55 views

Resize text based on div width

I'm looking for a solution for this that has more precision than breakpoints. I'm aware this will require JavaScript but I am having trouble finding a suitable plugin. The majority of text on my site ...
1
vote
0answers
81 views

How set the font size on all android alert dialogs, from phonegap

I'm having some difficulty with Android. Recently i created an app in phonegap, and launched it on the devices. It works, but on low resolutions the alert dialog text becomes on two rows. And i would ...
2
votes
1answer
48 views

Font scaling based on width of container

I'm having a hard time getting my head around font scaling. I currently have this site with a body font-size of 100%. 100% of what though? This seems to compute out at 16px. I was under the ...
0
votes
1answer
30 views

Finding the height of the line spacing

I have the following code to find the screen dimensions calculate how much text fits on the screen. Now I need to know how many lines fit on the screen. I have the size of the text from the ascent ...
15
votes
3answers
456 views

Auto-fit TextView for Android

Background Many times we need to auto-fit the font of the TextView to the boundaries given to it. The problem Sadly, even though there are many threads and posts (and suggested solutions) talking ...
0
votes
1answer
60 views

Creating consistent physical font-size on mobile browser

On mobile, most of my client's website looks like the regular desktop page. It hasn't been made responsive, but it's being worked on. Since the body width is fixed at 1000px, it's all tiny text and ...
0
votes
3answers
84 views

How to increase font size

I have a little problem which seems silly to me but I cant find a solution to it on the internet. I have a code in which a font is initialized using a ttf file as follows. InputStream is = new ...
1
vote
1answer
54 views

Knitr and tikzDevice not working together with article options

I have a problem with knitr and tikzDevice, like someone before me. (See http://tex.stackexchange.com/questions/106057/tikzdevice-is-not-getting-sizes-right-knitr/106595#106595 .) He used dev.args to ...
0
votes
0answers
24 views

Standard Followed in Text Rendering in TextView

Till now, i have been using the method setTextSize() for setting the font size of Text seen in a TextView. But when i am trying to create a widget with text rendering methods like public void ...
0
votes
0answers
25 views

How to change eclipse (linux) method declaration font size

Is it possible to change font size of method declarations in eclipse Juno for linux? Netbeans IDE allows changing method declaration font size to look like image in this link ...
0
votes
4answers
193 views

Cannot change font & font size in JTextArea using JComboBoxes

I have created a JFrame where the user can edit text in a JTextArea. There is a JComboBox to change font type, a JComboBox to change font size, and 2 JCheckBoxes to make the text Bold and Italic. I ...
0
votes
1answer
178 views

Android WebView scaled font size

In my application I have a dimension for a font defined as "18sp". This font size is used in both a TextView (as a header) and a WebView (as body text). On a mdpi device, both fonts look like they ...
1
vote
2answers
96 views

Make the font size of label in another form smaller

I am using two forms,when i click on the button in first form FormSales,I want to display the text "Non-Inventory Price" with reduced fontsize on the label of publicform FormNumberpad.My code is, ...
0
votes
3answers
39 views

Css not alligning paragraph correctly

I have the following code: <div class="copyright"> <p>Copyright 2013 - All rights reserved</p></div> .copyright { margin-left: auto; ...
3
votes
4answers
5k views

Responsive Font Size

I've created a site using the Zurb Foundation 3 grid. Each page has a large h1. CSS body {font-size:100%} /* Headers */ h1 { font-size:6.2em;font-weight:500; } HTML <div class="row"> ...
0
votes
0answers
15 views

Increase fontsize in nav and util areas

I have old eyes and the fontsize for the Navigation and Utility areas are entirely too small to read comfortably. Is there a way to increase the fontsize for these two areas. I have gone to Fonts ...
5
votes
4answers
257 views

How to automatically scale font size for a group of controls?

I have a few TextBlocks in WPF in a Grid that I would like to scale depending on their available width / height. When I searched for automatically scaling Font size the typical suggestion is to put ...
0
votes
0answers
32 views

cygwin set key font not recognised by wgnuplot

I am using wgnuplot.exe It does not seem to recognise the "font" option of set key gnuplot> set key font ",5" undefined variable: font
4
votes
1answer
82 views

HTML to PDF convertion and editing in iOS

I am creating an iPad application for reading PDF, this PDF should be generated from a HTML file. I have seen some sample codes for converting HTML to PDF, and I think that part will be fine for me to ...
1
vote
1answer
110 views

Change size of a WatermarkText into a WatermarkTextBox with WinRT XAML Toolkit

I use this lib : http://winrtxamltoolkit.codeplex.com/ I want to specify the FontSize of the WatermarkText, how can I do that ? Thanks
1
vote
2answers
1k views

Font sizes for responsive design [closed]

What is a sensible strategy for font sizing across different viewport sizes? I see three different possible options: Decrease font size as viewport size decreases. Identical font size for all ...
1
vote
3answers
67 views

increasing font size continuously

How can I increase the font size of UILabel/UITextView/... continuously when I hold a button I have a: @property(nonatomic) CGFloat fontSize; initialized to 17 in ViewDidLoad This function is being ...
3
votes
1answer
98 views

Why does MS recommend using points over pixels for win 8 apps?

In the ms style guidelines for win 8 development they specify the font sizes in points over ems or pixels. Anyone know the reason for this? ...
1
vote
1answer
105 views

Setting pandoc to PDF font size smaller than 10pt

Does anyone know how I can change the font size used in pandoc to pdf smaller than 10pt? The docs seem to imply that 10pt is the smallest, but I figure that since it's calling the LateX engine it must ...
0
votes
1answer
354 views

Java Swing - How to change the font size on a JPanel's TitledBorder?

I need to be able to programmatically change the font size of all the components in my Swing app. I cannot do this in the usual ways (with UIManager or putClientProperty) as I am using the Nimbus look ...
1
vote
1answer
91 views

Fill A Graphic With Text Using RectangleF and DrawString

I've been asked to generate placeholder graphics for some items in a database but with one caveat - the font size needs to be dynamic so that the text fills the entire graphic. The first iteration ...
0
votes
4answers
112 views

How To Get Font Size in HTML

I was reading a question on here trying to get the font size of a text. The answer they gave was to get the pixel size using a measure method. All i want to be able to do is get the font size value ...
1
vote
2answers
48 views

How to align text correctly?

I am trying to make a list of links in html. By default, the links all align towards the left side of the container but when the font is changed (i.e. font-size: 1.5em;) the lines form a pyramid ...
1
vote
1answer
285 views

Why android gives warning on using size smaller than 12sp?

Well, I am developing app for 7 inch tablet, more specially for nexus 7, and in the XML layout file, i get warning Avoid using sizes smaller than 12sp: 11sp if i set the size of any textField to ...
2
votes
1answer
290 views

Rationale behind font sizes in bootstrap

Here are the header sizes from bootstrap.css: h1 { font-size: 38.5px; } h2 { font-size: 31.5px; } h3 { font-size: 24.5px; } I was surprised by the fact that these sizes are fractional ...
0
votes
1answer
142 views

Calculate font size based on printable area and number of characters/lines

I'd like to print text using a monospace font, 80 character wide, 66 characters tall. The goal is to mimic sending raw text to an impact printer. Here's some code: public void Print(string ...
-1
votes
1answer
106 views

Using EM units in a responsive build for desktop, tablet and mobile views but only on certain elements

I am currently building a responsive site and have used EM units for font-size, line-height, padding etc in order to make the resizing task smoother when moving from desktop to tablet to mobile. So at ...

1 2 3 4 5 11