Questions tagged [glyph]

The shape of a character as rendered (e.g in a font)

330 questions
0
votes
1 answer

display unusual glyphs in reportlab pdf's

Is reportlab capable of displaying unusual glyphs such as ? If so, how? I've installed the Symbola font, which I have verified contains a glyph for , but when I display it using a PDFTextObject with font set to Symbola, it displays as a box. Here's…
drevicko
  • 14,382
  • 15
  • 75
  • 97
0
votes
2 answers

Apache FOP missing Glyph

I have a Problem with Apache FOP 1.0 PDF-Files are created without a problem, but if i try to create a Chinese PDF, all i get is "#" where chinese letters should be. Error is something like WARN org.apache.fop.events.LoggingEventListener:80 -…
Timo Kurowski
  • 45
  • 2
  • 7
0
votes
1 answer

how to insert extra glyphs?

I want to an UITextView to switch between two display modes. In mode 1 it should show abbreviations and in the full word in mode 2. For example "Abbr." vs "abbreviation". What would be the best way to do this? Keeping in mind that some words can…
user965972
  • 2,489
  • 2
  • 23
  • 39
0
votes
1 answer

Glyph error within CSS

I'm having trouble showing a glyph on my webpage. It appears as a rectangular block but not a "search icon" as intended. This is my code: .icon-search:before { content: "\e602"; } I have tried to view my page on multiple browsers, but only…
android32
  • 19
  • 1
0
votes
2 answers

Font Awsome Icons

I have saw a few posts on this and hopefully this will be a quick resolve for most people on here. I have purchased a template that I love, I have made a lot of mods on it and I am quite new to web dev and very new to font awesome. I would like to…
user2567946
0
votes
0 answers

Applying BackwardQuadrilateralTransformation to defined GRAFT points

I have a small piece of C# code that uses a Kinect to detect up to 4 glyphs and draws and polygon between them on a canvas, as seen here: I've tried to follow along to this in order to implement 2D augmented reality and project an image within the…
Cryptomnesia
  • 21
  • 1
  • 4
0
votes
1 answer

Adjusting the TextMatrix in iText

I generated a PDF with a row of chars M. Every M had consistent width, but the distance between each was changing: first couple was 2px, the fifth one had 3px, then the next four had 2px, the tenth 3px, etc. Since there is absolutly no difference in…
Karlovsky120
  • 6,212
  • 8
  • 41
  • 94
0
votes
2 answers

Converting text to mesh

I need to convert text (string+font) into mesh (vertices, indices, triangles etc), but I don't need to draw anything. I'll just get a string from one API and push it as vertices & indices to another. What's the simplest/easiest/best way of doing…
Simo Erkinheimo
  • 1,347
  • 9
  • 17
0
votes
0 answers

JQuery does not recognize Glyphs in var

I have a form with a JQuery validation in the input tag I have some glyphs. If the input field is selected only the default value must disappear. Here is the complete code: HTML:
Werner
  • 13
  • 1
  • 5
0
votes
1 answer

C++ string length: Array elements vs glyphs

Does string::size return the number of array elements needed to represent the string, or the number of glyphs required to render the string? Does wstring behave the same?
user877329
  • 6,717
  • 8
  • 46
  • 88
0
votes
1 answer

Making ttf characters touch in an image with PHP

I'd really appreciate the help of anyone with more PHP experience than me. I'm using PHP to generate close-packed text images. So far, it works like this: First it generates a random string of x number of characters. Then it makes an image with…
Tim Barclay
  • 807
  • 8
  • 23
0
votes
2 answers

sIFR Only the first font-style of glyph in my swf will display, cannot seem to call up the others

I've uploaded my .swf with bold, normal and italic glyphs of the font embedded. I then go to my sifr-config.js file to style the text using CSS. All properties except the font-style:italic; and font-weight:bold; are effective. In fact, when I try…
Fiona
  • 1
  • 1
0
votes
0 answers

SVG font glyphs: ever seen contained path's?

I have a source of SVG files created by program potrace, which has created a separate for each component of a multi-segment character. If I simple-mindedly create glyph definitions using these same s the character will not display. If I jam…
Shenme
  • 1,182
  • 1
  • 13
  • 12
0
votes
2 answers

Rational for the small gap between the glyph bounding box and the glyph origin

In adobe's pdf 1.7 page 241 you can see a small difference between the glyph bounding box and the glyph's origin. Any idea why there is this difference? This question is related to another question
panny
  • 2,186
  • 4
  • 23
  • 26
0
votes
1 answer

icon fonts - icomoon - @font-face not showing when on different server

When I first downloaded the icons they worked in all browsers. However now its live and the fonts live on a different server, it doesn't work in IE or Firefox but is fine in Chrome and Opera. Anyone any ideas? I have tripple checked the code and…
LeeTee
  • 6,401
  • 16
  • 79
  • 139
1 2 3
21
22