Tagged Questions
The shape of a character as rendered (e.g in a font)
15
votes
1answer
391 views
Is it possible to remove hideous outline around a TSpeedButton glyph?
I've run into a bit of a snag, is it just me or can you not assign an image from a resource to TSpeedButton's glyph without a hideous black outline as shown below?
I've assigned it exactly the same ...
9
votes
7answers
4k views
Is there a Unicode glyph that looks like a “key” icon?
Unicode has a million icon-like glyphs, but they're not always easy to search by, since I don't always know what they look like.
Is there a Unicode glyph that looks like a "key"? Or is there a ...
7
votes
1answer
754 views
Loading Fonts for Glyphs in Silverlight
Is it possible to load a font at runtime in Silverlight for the Glyphs object. I've tried all sorts
-I've set the fonturi to a web location at runtime - no joy
-I've tried the same approach as ...
7
votes
3answers
1k views
Where exactly in the Android OS is text renderred?
Let me first state what I am trying to achieve:
To create a patch for the Android OS to enable it to display Arabic/Hebrew correctly. Both of these languages are Right-to-Left (RTL) and their script ...
5
votes
0answers
313 views
wpf DocumentViewer - get ITextPointer by GlyphRun and vice versa
Just wondering whether anybody has tried to hack into WPF DocumentViewer in order to make it more useful. I've spent almost a week already trying to create more powerful API for this control based on ...
4
votes
6answers
631 views
Windows font that clearly disambiguates the number ZERO from letter O
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 ...
4
votes
1answer
517 views
Extracting glyph-path information from ttf files
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 ...
3
votes
1answer
176 views
how to calculate 'Size' of FormattedText or GlyphRun in wpf?
In WPF4, how can i calculate the 'Size' of FormattedText or GlyphRun for a drawingvisual.
I'm using drawingvisual in a canvas. When i change text size or text, changes occur but Actual Width and ...
3
votes
1answer
114 views
Get single glyph metrics (.net)
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:
3
votes
1answer
78 views
RMagick: get glyph metrics
I can't find out how to get all metrics of a given glyph with RMagick.
I know there is a get_type_metrics method which gives the baseline, height, ascent, descent, etc, but I would also like to get ...
3
votes
1answer
77 views
Fonts and character encodings
a) Do fonts know anything about coded character sets (Unicode, ASCII, etc.)? In other words, does a font file specify which coded character sets may use the font?
b) I assume if a font supports ...
3
votes
2answers
514 views
What's the unicode glyph used to indicate combining characters?
My application needs to display "orphaned" combining characters. I would like to use the same format as the "official" unicode charts, using the dotted circle placeholder. See, for example:
...
2
votes
0answers
36 views
How do I determine the fallback font for Pango?
I'm rendering some text using pangomm, but the font that I am using doesn't have glyphs for parts of the text (in this case, there is some Japanese mixed in with English). Pango seems to render the ...
2
votes
2answers
192 views
XP Style Glyph annoyance in ActionBars
I dont like to ask too many questions in relation to the appearance of components, but these days appearance in Applications seems just as important.
Anyway, please see the below images:
Both are ...
2
votes
3answers
247 views
Find characters that are similar glyphically in Unicode?
Lets say I have the characters Ú, Ù, Ü. All of them are similar glyphically to the English U.
Is there some list or algorithm to do this:
Given a Ú or Ù or Ü return the English U
Given a English U, ...
2
votes
1answer
211 views
Problems with getting glyph outline with appendBezierPathWithGlyphs
I'm working with Objective-C++.
I'm trying to get the path outline of a text using NSBezierPaths appendBezierPathWithGlyphs. The problem is: the output is rather nonsense :(
What I've written:
...
2
votes
1answer
321 views
Programmatically adding glyphs (delete key, backspace, space, etc) to menu item
It used to be that in Carbon you could use SetMenuItemKeyGlyph. What's the alternative under 10.6? Will I need to use undocumented goodness or...?
Thanks
2
votes
1answer
158 views
Location on screen of location in NSTextView
I want to get the screen location (NSPoint) of a point in an NSTextView, this should be simple, but by results are always a bit off, the X is perfect, but the Y seems to vary.
I've tried a few ...
2
votes
3answers
958 views
Rendering Certain Character Glyph on iPhone
I am currently using the iPhone SDK to create an app that utilizes Indic scripts. However, the iPhone has issues with rendering certain glyphs in many Indic scripts. For example:
प + ् + र = प्र
...
1
vote
1answer
113 views
Custom treeview draw bug on mouseover collapse/expand glyph
I'm overiding the node draw event for a treeview in draw all mode such as the code below.
Protected Overrides Sub OnDrawNode(ByVal e As System.Windows.Forms.DrawTreeNodeEventArgs)
Try
...
1
vote
1answer
68 views
Java library for get letter synonym / similar glyph
I would like to know whether there is a library which allows characters to get their synonyms?
something like:
char c = getNextChar();
if (c == latin.H || c == cyrillic.H) {
//...
}
1
vote
1answer
85 views
How to get a glyph as vectors
I'm aware of the GlyphTypeface.GetGlyphOutline() in WPF but what I need is to get a center-vector of each glyph, like the lines you draw with a pencil. Is this possible somehow using the existing ...
1
vote
3answers
102 views
Text update slowing down app
I have a Hebrew calendar app where each day is a UserControl. I have 6 labels in that control for the English date, the Hebrew date, Jewish holidays and some other user-defined data. When scrolling, ...
1
vote
1answer
242 views
TCPDF font conversion results in missing glyphs
I'm using the TCPDF library to generate server-side PDFs daily in a cronjob. This library takes UTF8 strings from the DB and writes them into a PDF using the Arial Unicode MS font (also embedding it ...
1
vote
0answers
70 views
Access opentype glyph names from WPF
Is there a way to access opentype glyph names in Windows Presentation Foundation? I want to display a glyph on a canvas, but the glyph is a special glyph in a special font, so there is no standard ...
1
vote
1answer
143 views
How can I create a glyph bitmap for alphabet
I am looking for a way which allows me to create glyph bitmap for alphabet.
For example, I create the following for the letter '0', but i am wondering if there is a simpler way for me to create glyph ...
1
vote
1answer
140 views
Need help finding specification document for Adobe Type1 binary font file - PFB
I need to read PFB files and extract Glyph information from it. I am unable to find the specification for the specific file. I have the Adobe Type1 font specification. But the PFB file is in binary ...
1
vote
0answers
199 views
CGFont: calculation glyphs bounds
How can I get sizes of each glyph of the string in pixels?
I use CGFontGetGlyphBBoxes to get a bounding box of each glyph in string and get following values:
2011-04-18 15:34:56.809 ...
1
vote
1answer
63 views
rendering true type fonts for non-latin scripts
I am working on this project for LED displays which have to support multiple Indian languages to support the poorest of people in India ti display their entitlements to free food rations and kerosene ...
1
vote
1answer
486 views
C#: Check for unsupported characters/glyphs in a font
I am working on a translation software add in (C#, .NET 2.0) which displays translated texts in a emulated device display.
I have to check if all translated texts could be displayed with specified ...
1
vote
1answer
150 views
Where can I find a good introduction to fonts
I have to write some code working with fonts. Is there a good introduction to the subject to get me started?
1
vote
2answers
409 views
What do we use glyph for?
What is a glyph and what do we use it for especially in context of silverlight and xaml?
1
vote
1answer
696 views
iPhone SDK Quartz Glyph Drawing
I am trying to render font glyphs at a specific point with some precision, and am having quite a bit of trouble with it.
To begin with, the Text Position Y value never changes, so I cannot get the ...
1
vote
2answers
401 views
Windows: Getting glyph outlines for substitution characters from other fonts
I need to render fonts into a 3d game world, so I use the GetGlyphOutline outline function to get the glyph shapes to render into a texture. However, I want to be able to handle the case where ...
1
vote
3answers
1k views
How to set the header sort glyph in a .NET ListView?
How do i set the column which has the header sort glyph, and its direction, in a .NET 2.0 WinForms ListView.
Bump
The listview is .net is not a managed control, it is a very thin wrapper around the ...
0
votes
0answers
17 views
Vector Printing Glyphs in Silverlight 5
I am trying to print a Canvas that contains a glyph element using Silverlight 5's vector printing capacity. Everything works fine except that glyphs do not get printed. Are glyphs supported by vector ...
0
votes
0answers
18 views
How do I insert glyphs from OS X> Edit Menu> Special Characters… Palet into Text Editing apps using Apple Symbol font glyphs?
Using TextWrangler (EDIT**) I've created a new Document, selected Apple Symbol font, selected Edit Menu> Document Options…> Unicode (UTF-16).
Yet I still can't drag/double-click glyphs in the Special ...
0
votes
0answers
6 views
How to change/overwrite character to glyph mappings in OS X?
(In OS X) I'd like to change the way a given character is mapped to a font glyph, for a specific font.
I understand that the heavy-handed solution would be to edit the font file and change the cmap ...
0
votes
0answers
36 views
What code is being used here for use with fonts and glyphs?
I was looking through some of the files used in Vexflow and I'm trying to add new glyphs for the score however, I don't know what code is being used here in the vex.flow.font.js file:
Vex.Flow.Font = ...
0
votes
0answers
41 views
Draw FT_Bitmap with BADA SDK
I have compiled freetype on bada. I also have the code for substitution and positioning for arabic script. So my only problem is how to draw FT_Bitmap with Canvas.
Thanks in Advance....
0
votes
0answers
22 views
How to detect glyph overlapping (particularly, when ascending glyphs overlap with descending glyphs)?
Using Pango, I have found that using the default line spacing, an ascending glyph in the bottom line could overlap with a descending one in a top line. For example: if a 'Â' glyph is just under a 'y', ...
0
votes
0answers
31 views
Glyphs.UnicodeString: Max. length == ushort.MaxValue + 1?
I just found out that apparently Glyphs does not support strings for UnicodeString which are longer than 65536 (ushort.MaxValue + 1) chars. Longer strings can be set as Glyphs.UnicodeString, but as ...
0
votes
1answer
86 views
PHP: imagettftext stops when it reaches a space
http://ttgdark.com/plugins/xboximg.php?gamertag=testing...
http://ttgdark.com/plugins/xboximg.php?gamertag=another test
If you note, the second link does not write the word "test". I just decided to ...
0
votes
0answers
34 views
How get glyph size in Quartz2D?
Is any method for getting specific glyph size in Quartz2D for iPhone?
0
votes
1answer
187 views
C#/.NET/Mono: Glyph/typeface info without WPF?
Is there any way to retrieve the same info available in this class, but without relying on WPF? My app needs to run under Mono, which doesn't currently implement this.
(Ideally, the alternative ...
0
votes
1answer
445 views
Loading specific icon size into TIcon from stream
My application downloads and displays favicons for specific websites. I followed Bing's solution for detecting image format from stream, but have hit another snag. Assuming an actual icon image, the ...
0
votes
2answers
346 views
Extract Font Glyphs
I have this problem across my mind, any help will be appreciated.
Is there are PHP function, or library that can extract some glyphs form a font file?
Edit:
By means to extract some glyphs, I wanted ...
0
votes
2answers
98 views
Displaying Unicode Characters
I already searched for answers to this sort of question here, and have found plenty of them -- but I still have this nagging doubt about the apparent triviality of the matter.
I have read this very ...
0
votes
4answers
84 views
What is a good resource for HTML character codes -> glyph and
I've already found a good site to convert HTML character codes to their respective glyphs:
http://www.public.asu.edu/~rjansen/glyph_encoding.html
However, I need a bit more information. Does anyone ...
0
votes
2answers
368 views
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 ...