glyph Questions
2
I have installed FontAwesome 4.7 without any file changing. Works alright. But why Firefox shows these strange warnings? There are a lot of them. Can't understand what is wrong.
<link rel="...
Martensite asked 2/9, 2023 at 17:13
7
Solved
Our intranet web pages need to clearly disambiguate between the letter O and the number ZERO. Is there a screen+printer font that is installed on WindowsXP and Vista that does this either putting a...
Tula asked 23/8, 2010 at 16:10
5
Solved
I’m having a crack at profanity filtering for a web forum written in Python.
As part of that, I’m attempting to write a function that takes a word, and returns all possible mock spellings of that ...
2
On this thread, Core Text calculate letter frame in iOS, they were able to calculate the frame of each glyph very precisely using Core Text. The final rects hug the actual drawn glyphs perfectly.
...
Beagle asked 13/2, 2014 at 19:59
8
I can't quite believe this question hasn't been asked specifically for OpenType fonts, but does anyone know of a way to remove glyphs from these fonts?
I have an .OTF with a very large file-size (...
2
Solved
I need to calculate exact bounding box for every each character (glyph) in NSAttributedString (Core Text).
After putting together some code used to solve similar problems (Core Text selection, etc....
Impeditive asked 29/1, 2014 at 22:3
2
In text, the argument adj allows adjustment of the labels with respect to x and y. For example, adj values of (0, 1) means left-top alignment, i.e. the left, top corner of the label is placed at th...
0
I have many pdfs, which when copied render incorrect text, due to bad
fontmap to unicodemapping
Something like this :
Original - निर्वाचक
Rendered when copied : ननरररचक
I have gone through ...
3
I am using a web font that has several different, "M's" to choose from, in the glyphs panel. The default "M" that keeps being displayed in my website is hideous. I would like to use a better lookin...
Myiasis asked 5/3, 2015 at 20:46
4
I'm using an icon font generated by fontastic.me in my project. However, all icons are a little bit higher as expected.
Snippet here:
.icon-camera {
font-size: 40px;
background: #ff0000;
...
1
Solved
Back in the older ZX Spectrum days, there was a way to print one glyph on top of another, creating a composite glyph with the help of OVER 1 instruction.
I wonder if there is a Unicode way to do t...
8
Solved
Let's assume we have a text that contains a Unicode character that cannot be displayed because our font has no corresponding glyph. Usually, a placeholder is displayed instead, e.g. a rectangular b...
Jonasjonathan asked 5/12, 2012 at 19:3
3
Solved
Is there a way in python to get the technical information for a given character like it's displayed in the Unicode table? (cf.https://unicode-table.com/en/)
Example:
for the letter "Ȅ"
Name > La...
1
Solved
Suppose I have a clock app, and I want to label the hours with characters that could be in an arbitrary character set/font. I'd like to frame the character in a frame and fill it as much as possibl...
1
Solved
I have a weird problem when drawing strings with some specific true type fonts in Java 32bit on Windows 10.
Since Java 7u13, whenever a character/glyph of the font is wider than 4 times it's heigh...
Mahalia asked 27/6, 2017 at 13:20
1
Solved
I have chosen a font in Photoshop which has many alternate glyphs for each letter
(see attached image)
is there a way to display different glyphs when coding this in HTML/CSS by using the GID an...
1
Solved
I've been using the PDFBOX version 2.0.0 in a Java project to convert pdfs to text.
several of my pdfs are missing the ToUnicode method, so they come out in Gibberish while I export them.
2016-09...
3
I'm trying to figure out a way to extract the information encoded in ttf files. namely: The char-to-glyph table and the individual glyph path data.
Does anyone have a good reference explaining the...
Beestings asked 5/6, 2010 at 17:7
4
I am trying to add a glyph icon as part of an email address link. The icon shows but there is no spacing between the icon and the email address text (I want the hyperlink to include both the icon a...
1
Solved
My application allows the user to switch languages on the fly. I'm seeing that about 10% of the time the user switches to Chinese or Japanese, the glyphs for the UI text are being rendered improper...
Amargo asked 20/10, 2015 at 16:22
2
Solved
Inspired by List of all unicode's open/close brackets? I'm trying to find a list of all unicode glyphs in a given font that are reflections of each other. First I just need to be able to test w...
Lubet asked 4/10, 2015 at 20:25
6
Solved
If you look at my app here: http://quiet-brushlands-5712.herokuapp.com/, close to the button is an icon, a glyphicon. But it's not appearing on heroku. locally it show as nicely like this:
I tr...
Flatulent asked 14/12, 2013 at 22:5
2
I need a way to find the exact size and position of a glyph relative to its bounding box.
We're using D3.js to create an SVG with a heading, a smaller byline and a short body text. Pretty much thi...
1
Solved
I just saw this recent question on SO, which gets somewhat close to what I'm asking here.
So I'm trying to typeset a mathematical equation using Core Text and NSAttributedString. It was working pr...
Cervicitis asked 13/4, 2014 at 21:55
2
How can I get full information about single glyph from choosen font (for example Arial -> symbol "A")
This picture describe what variables I need to find:
Sathrum asked 13/5, 2011 at 16:57
1 Next >
© 2022 - 2024 — McMap. All rights reserved.