monospace Questions
2
Solved
I've seen a few issues with the cursor being improperly spaced in the ace editor. The problem has to do with the font-spacing and apparently the solution is to only use monospaced fonts.
Here's a...
Epitomize asked 5/1, 2014 at 7:2
3
Solved
I did
git commit -m "Changed function name `sum` to `sum_list`"
My intention with the backticks was that sum and sum_list be typed in a monospace font when someone views the commit messa...
Malraux asked 17/2, 2022 at 10:0
2
Solved
I'm trying to align some characters to draw a box in html. I've picked a monospace font so that characters are aligned, and drew the box with an equal number of characters for each line.
pre {
...
Jot asked 21/1, 2022 at 6:19
2
I have a web app with a textarea containing both English and Chinese text. The problem is, I cannot line up letters and characters perfectly with standard monospace fonts (Courier New or Lucida Con...
4
Solved
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 app...
3
I have a custom font included in my Xcode 7, iOS 9 targeted project. I want to make the font monospaced. I tried this, and didn't work:
let originalFont = UIFont(name: "My Custom Font", size: 18)
...
8
Solved
At WWDC 2015, there was a session about the new “San Francisco” system font in iOS 9. It uses proportional number rendering instead of monospaced numbers by default when linked against the iOS 9 SD...
3
I'm looking for a way to make a monospaced text as wide as possible in its container witohut overflowing or breaking. I've already looked at CSS3 Make Text As Big As Possible To FIll Element Withou...
Wearisome asked 26/4, 2020 at 16:22
3
Solved
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 ho...
2
I'm on Ubuntu 15.10 and use Chrome (47.0.2526.106). As I understand "monospace" is simply an instruction (as in not a specific font) to use the "system" monospaced font. In Chrome Settings the "Fix...
Spheno asked 1/1, 2016 at 17:53
1
Solved
Not sure if I messed up something in the settings, even though all the fonts in Text Editor Settings are monospace fonts, but some words get rendered not monospaced, noticeably for 'fi', it seems t...
Chatelaine asked 14/8, 2019 at 14:58
1
Solved
Currently, I am able to insert some texts of HERSHEY font into images with openCV API (putText). But it seems openCV are not supporting any monospace font.
I was wondering how I can insert some Mo...
1
I'm developing a little webapp.
I tried displaying some output in an sort of ascii art way, using boxdrawing characters.
However, I noticed that on Android the space ( ) isn't equal width ...
1
Solved
I was playing around with a site that shows an ASCII/ANSI art logo and everything seems to work great in desktop browsers.
Then I wanted to see if it works on mobile devices but here it seems lik...
Magisterial asked 17/8, 2018 at 9:24
1
Solved
It's said here in the section Standard Fonts:
Particularly for more-or-less standard user interface elements, each
platform defines specific fonts that should be used. Tk encapsulates
many of ...
2
Solved
at the very first, i only want to know, why in IDE PYCHARM on Windows 10, while "show only monospaced fonts" checked, many fonts will not be listed in the editor's font selecting dialog-box[setting...
Daughterinlaw asked 3/4, 2017 at 6:54
4
I wanted to use SF's monospaced digits font to display an integer number in a text field by changing its font as follows:
textField.font = UIFont.monospacedDigitSystemFont(textField.font!.pointSize...
1
Solved
I have a custom font which has variable-width numeric glyphs by default, and I would like to use the font's monospace tabular numbers feature in an Android TextView so that numbers align vertically...
1
I thought it was now possible in IOS apps to force your numbers to be monospaced when using a custom font. I've found examples and used some code that compiles but my number spacing is still propor...
Lolitaloll asked 12/10, 2016 at 14:6
3
Solved
Since it's possible to specify lining and oldstyle figures I'm hoping there's browser support for tabular numerals with webfonts?
Left: default numerals
Right: desired tabular numerals (notice mon...
Eurythmics asked 13/7, 2013 at 1:40
2
Solved
In normalize.css, the monospace font rules contain
font-family: monospace, monospace;
Is this different to
font-family: monospace;
?
There must be a reason for using that. Maybe it's a workaround...
Seng asked 5/8, 2016 at 4:24
1
Solved
I have a style to use "monospace" in my Android App:
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Base applica...
Macrospore asked 16/3, 2015 at 12:16
1
Solved
The title pretty much says it all: I'd like to write a paragraph in monospaced font using GFM, but without any programming language's syntax highlighting. I'd think it would be
```txt
or
```tex...
Bysshe asked 22/10, 2013 at 12:46
1
Solved
In my Visual Studio 2012, monospaced fonts does not render correctly, specifically they don't render "monospaced" correctly, ie. the characters are not uniform in width.
Here's an example, this:
...
Preconceive asked 9/8, 2013 at 12:27
0
I want to send emails a bit more sophisticated than simple blocks of texts (add tables, alignment, styles and so on), something like :
+------------------------------------------------------------...
Courtmartial asked 6/3, 2013 at 21:48
1 Next >
© 2022 - 2024 — McMap. All rights reserved.