The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
44 views

Monospace and UTF8

I am correcting Font display in one of our old java Swing application. Which changed after using "-Dfile.encoding=UTF-8" option at run time. FontClass.jar is my sample jar file. option 1: javaw ...
0
votes
0answers
42 views

Monospaced ascii editor

Is there any ASCII "builder" / "text editor" or anything for that matter that will allow someone to write text differently then a normal text editor. The idea is that you take a monospaced font and ...
0
votes
0answers
17 views

A content-type for text/plain monospace?

I want to send emails a bit more sophisticated than simple blocks of texts (add tables, alignment, styles and so on), something like : ...
0
votes
0answers
68 views

Monospaced fonts in FPDF

it's something like half a day that I'm trying to add monospaced fonts to fpdf, but it seems not to work. This is what I'm doing: download any monospaced fonts in ttf format. convert it into FPDF ...
1
vote
1answer
126 views

Monospace Font - Not really Monospace?

This appears to be a bug that I've found using JavaScript in Gedit (when you change the font from "Ubuntu mono" to "Monospace") and Geany so far. I have a right margin set to 80 chars, but when I type ...
1
vote
1answer
122 views

Create Bold version from an existing monospaced Font while keeping the width

I have a website in which I use a monospace font. But there are major differences in different browsers concerning the width of a character. It is essential that the font width stays exactly the same. ...
0
votes
2answers
473 views

CSS: Courier font not rendered consistently on Windows and iOS

The typeface my client wants to use is "Courier". Courier is not installed on every computer or smartphone. When it's not there, it falls back to "Courier New". "Courier New" is a thinner typeface ...
0
votes
1answer
185 views

Monospace Swing Text

I wrote a program that takes a picture and creates an ASCII representation (ASCII art). At first, I wrote the ASCII string to the console, but now I have a JLabel that holds the text. However, the ...
2
votes
0answers
285 views

Terminal and FixedSys fonts on Firefox 14.0.1

Until yesterday, when my Firefox browser applied the new update from version 13 to 14.0.1, the monospace fonts "Terminal" and "FixedSys" were working fine. Aside from this update, I'm pretty sure ...
0
votes
1answer
119 views

Monospace fonts , quotes, and circumflex a

Most of the monospace fonts normally used for programming on Windows (all I have found so far) don't display 'funny quotes' (0xE2) properly. For example, an error message from the gcc compiler like ...
1
vote
2answers
716 views

Monospaced font/symbols for JTextPane

I want to build a console-like output using JTextPane. Therefore I am using a monospaced font: textpane.setFont(new Font(Font.MONOSPACED, Font.PLAIN, 12); This works fine for all kind of alphanum ...
1
vote
2answers
269 views

How do I get GNU Unifont or Free Mono working on gvim windows?

I am trying to get support for runic characters in gvim on Windows 7. I have the fonts Free Mono and GNU Unifont (which both support this range) installed in my Fonts directory, but they do not ...
0
votes
2answers
481 views

Can I use monospace fonts in a selection list on my web page?

I would like to have the entries in a selection list on my web page display in a monospace font. I tried writing the following HTML. <p style='font-family:"Andale Mono", "Monotype.com", ...
2
votes
2answers
337 views

How to display special unicode characters using monospace font in HTML with preserved character width

I'm using pre element to display some text including special unicode characters (⚡ ⚑ ▶ ◀ ⁋). I noticed that browsers render these special characters wider than regular ones, occupying more space ...
47
votes
2answers
780 views

Specify monospace font in `menu`

Language: R. Question: Can I specify fixed width font for the menu(..,graphics=T) function? Explanation: I recently asked this question on how to have a user select a row of a data frame ...
2
votes
2answers
402 views

How to add monospaced text?

I need a monospace font in the TextBlock for a Windows Phone 7 app that I am working on. I tried the ones available and none of them seem to be monospace. How can I do this?
1
vote
1answer
443 views

Center a Textview only in steps of the width of its monospace letters

I am trying to create a fake LCD display. It should exist of some normal text, showing some data, and a background, faking that LCD look: I wrote this xml, aligning 3 TextViews on top of each ...
0
votes
2answers
367 views

full list of all subscripts and diacritical marks in unicode

Answered: http://www.unicode.org/Public/UNIDATA/UnicodeData.txt is a a list of all unicode chars, and 0xcc99 # U+0319 COMBINING RIGHT TACK BELOW is somewhat like a comma for a monospaced ...
0
votes
2answers
437 views

Monospace font in IE8 ignores spaces

I'm trying to get a monospaced asci table working, as seen here: <pre> tag and css font-family This works for me on all browsers, except IE8. On IE8, the spaces all get compressed into one ...
1
vote
1answer
252 views

Display fullwidth chars w/ exactly twice the length as halfwidth chars?

I am not certain whether this is the right place to ask this, but I do not know of any other sites that would fit better. And the question has something to do with programming, so: I Am Writing a ...
3
votes
2answers
216 views

LaTeX: changing the fonts inside figures

I am using some terminal output as a figure in a report I am writing and need to change just the text within the figure to monospace. \begin{figure}[ht] %bunch of text here \caption{Mass ...
0
votes
2answers
365 views

Converting variable width font to monospaced bitmap font

I've been working on an iPhone game and ran across a problem. I got a nice (variable width) ttf font which I'd like to convert to bitmap, but every generator I find keeps it variable width. How can I ...
2
votes
3answers
592 views

In CSS: how to specify the font you want as being BOTH monospace and sans-serif?

I'd like to tell the browser to use a font that is both monospace and sans-serif (usually the default monospace font has serifs, and the default sans-serif font isnt monospaced). Is there any way to ...
0
votes
2answers
723 views

How to force a monospaced font to render in Facebook?

I made a program that generates ASCII art from an image. I want users to be able to copy and paste that ASCII art to their wall and have it display properly. Problem: Facebook doesn't use a ...
3
votes
1answer
411 views

How to tell whether a font is monospace using GTK and Pango?

I have a PangoFontDescription and I want to know whether it describes a monospace font. I have seen the function pango_font_family_is_monospace() in the Pango API documentation but after several ...
0
votes
2answers
115 views

ASP/HTML problem with spaces and monofonts

I have a ASP has a Function that converts ä to &auml so far so good. I have lets say space for 10 char's if there are more cut them of if there are less fill the space up with &nbsp's. . ...
2
votes
2answers
3k views

Setting WPF RichTextBox width and height according to the size of a monospace font

I am trying to fit a WPF RichTextBox to exactly accommodate a grid of characters in a particular monospace font. I am currently using FormattedText to determine the width and height of my ...
3
votes
3answers
229 views

Why does bold monoface shift vertically on Windows?

In Firefox 3.6, IE7 and Opera 10 on Windows, this HTML has an odd behavior: <html><head></head> <style> span { font-family: monospace; background-color: green; } span.b { ...
9
votes
3answers
5k views

How do I get all installed fixed-width fonts?

I'm wondering if there are any simple ways to get a list of all fixed-width (monospaced) fonts installed on a user's system in C#? I'm using .net 3.5 so have access to the WPF System.Windows.Media ...