Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

44
votes
10answers
51k views

Vertical (rotated) text in HTML table

Is there a (portable) way to rotate text in a HTML table cell by 90°? (I have a table with many columns and much text for the headings, so I'd like to write it vertically to save space.)
19
votes
7answers
777 views

How can I prevent text displacement for some foreign language fonts?

I have a multilingual project (currently 13 languages), which uses many different font variations of "Helvetica Neue", mostly bold, condensed and regular cuts from the LinoType Pro font set ( which ...
13
votes
6answers
3k views

IE 9 does not use sub-pixel antialiasing under certain conditions

[Original title: IE 9 text renders very poorly; is there a workaround?) IE 9 is rendering the text in my application very poorly. The problem is not in my monitor's Clear Type settings, since IE 9 ...
9
votes
4answers
3k views

OpenGL live text-rendering

I'm implementing a GUI built on top of OpenGL. I came to the problem that each GUI will have -- text rendering. I know of several methods of rendering text in OpenGL, however, I'm wonderin which of ...
8
votes
1answer
198 views

Why can't DirectX/DirectWrite/Direct2D text rendering be as sharp as GDI?

I already know that sub-pixel positioning causes DirectWrite text rendering to be blurry compared to GDI. However, my question is a bit more fundamental: Why can't DirectWrite (and related methods) ...
8
votes
3answers
337 views

Can Java render translucent text using sub-pixel AA?

I have found that while rendering opaque text in Java (latest version 6u23) uses sub-pixel AA just fine, rendering translucent text does not. Sub-pixel AA: The same text for which only the color ...
7
votes
3answers
927 views

How to work around poor text rendering in text backed by a CALayer

I have some variable text in an NSTextField that renders on a CALayer background view. As a CALayer does not support sub-pixel aliasing for text rendering of any text on top of it, this text looks ...
4
votes
2answers
386 views

IE Text Rendering Over a Gradient

IE 8 and lower render text awfully if it is over any element that has a "filter" applied. Nothing really surprising with that. I usually just avoid using "filter". However, I was doing some testing in ...
4
votes
3answers
287 views

Is there any difference in major browsers' rendering across operating systems?

I have long believed that the only difference as far as the rendering of major browsers on different platforms is concerned is operating systems' underlying font-rendering technology, everything else ...
3
votes
2answers
200 views

Draw Anti-Aliased Text Image like Graphics Software

I would like to generate text images like the following (source: http://www.zune.net/en-US): The text has a nice thickness and is perfectly anti-aliased. Vector graphics software – such as Inkscape ...
3
votes
0answers
350 views

How do I get consistent rendering when scaling a JTextPane? [closed]

Possible Duplicate: Part 2 - How do I get consistent rendering when scaling a JTextPane? I would like to allow users to zoom into or out of a non-editable JTextPane. Running the example ...
2
votes
1answer
45 views

Is it possible to “punch” textured text from an image, with GD or similar?

is it also possible to "punch" text from an image, so that I get a text-image with part of an image as texture, from the offset where I "punched"? I know I can write text on an image with GD. I've ...
2
votes
1answer
200 views

font-variant: small-caps; shows different font sizes using Chrome or Firefox

font-variant: small-caps; font-size: 12px; Firefox: Capital letters: 12px Lowercase letters: 10px Chrome: Capital letters: 12px Lowercase letters: 8px How to harmonize that without using ...
2
votes
1answer
230 views

Rendering Kannada (Indic) Text on Android

I was recently developing an android application where I wanted to display kannada text in the TextView. I went through this link, now the problem is the glyphs(character sequence) are not ...
2
votes
2answers
81 views

Hit-testing text in Cocoa (Mac)?

Is there a way for hit-testing text? That is for example if I draw text "Hello graph!"" on the screen, within a bounding box, how can I tell the dimension and position of these blank rectangles (blank ...
2
votes
3answers
346 views

Part 2 - How do I get consistent rendering when scaling a JTextPane?

I submitted another version of this question and a sample program before: How do I get consistent rendering when scaling a JTextPane? Recapitulating the problem: I would like to allow users to zoom ...
2
votes
2answers
518 views

Hardware accelerated Unicode text rendering

I want to write a hardware accelerated text renderer using Free Type 2 to load the fonts, find the correct glyphs and their sizes etc. My plan to do this is to have a large texture containing glyphs ...
1
vote
1answer
60 views

What is a good place/book to start learning about GDI / GDI+

One of my company's project is to revamp a text-rendering system written using GDI+. The old developer have left so I don't know where to start. There is a few books, like Graphics Programming with ...
1
vote
1answer
729 views

OpenGL:ES on iPhone - Texture2D size and display questions

I'm having issues with Texture2D and I'd like to understand how to use it better. I've taken the Crashlander Texture2D class from here and a default OpenGL project in XCode 4, forcing it to load ...
1
vote
2answers
427 views

XNA drawing text on screen

Is there a way to draw a long text on the screen using SpriteBatch.DrawString? I mean inserts new lines when comes to the end of the screen.
1
vote
2answers
148 views

Text presentation on Mac and PC

Can someone help me out on this one. I have a website which was developed on a Mac. When viewing certain text in "verdana" on the Mac all looks great, but on the PC the text is very fine and thin on ...
1
vote
1answer
354 views

OpenGL ES render bitmap glyph as texture positioning issues

I'm just testing this stuff out, so I don't need an alternate approach (no GL extensions). Just hoping someone sees an obvious mistake in my usage of GLES. I want to take an bitmap of a glyph that is ...
1
vote
4answers
314 views

How do you determine when an object is drawn on-screen in OpenGL?

I'm extremely new to OpenGL. I'm writing a program that displays flying 3D text on screen. I need to know when certain text string appears (drawn) onto the screen and are visible to the user. The ...
1
vote
1answer
321 views

Pagewise text rendering in web application using asp.net and C#

HI, I have a large html formatted text. I want to display the text in pages ( as in MS Word ). Is there any way to do this?
1
vote
5answers
3k views

Is there a way to rotate text input?

I have to align a textbox and some text, at about 30 degrees, like this: I would like it to work at least in IE and FF. everything I found on the net deals with image rotation. Anyone?
0
votes
2answers
80 views

Web font in Chrome

I have a webfont that looks amazing on Firefox, not so much on Chrome. I've tried playing with the text-rendering property, with less-than-spectacular results. My CSS is something like this: ...
0
votes
1answer
54 views

Using combination of Tahoma, TextRenderingHint.ClearTypeGridFit and AutoSize ( WindowsXP ) for Label control

It is problem of using AutoSize for label which are drawn by Tahoma font with option TextRenderingHint.ClearTypeGridFit. Without ClearTypeGridFit it looks ok, but with - it cropped by parent container ...
0
votes
2answers
59 views

String being duplicated in vector array

Edit: Changed the title to better reflect the current issue. Right i know now were the source of the issue lies, it's with the text splitting part of the function. I remember now what i did, i ...
0
votes
2answers
53 views

Making chrome/FF render text as nicely as IE

I'm working on a site for a client and they've asked for a fix for the font rendering in FF and Chrome not looking as good as it does in IE. Here's a screenshot: Does the IE text on the left look ...
0
votes
0answers
97 views

Using TextRenderer.DrawText on a Ownerdrawn subitem?

With a Owner-Draw ListView, I would like to draw the subitem text. I tried with e.Graphics.DrawString, but the rendering hasn't the same aspect as system drawing. I also tried with e.DrawText, but ...
0
votes
1answer
25 views

&xacute in opera is not working

Compañ&iacuteas should display: Compañías and it does in all browsers but Opera, it displays: Compañ&iacuteas Any idea why?
0
votes
5answers
116 views

How can I achieve pixel-perfect positioning and spacing of textual elements across browsers?

Right now, we are trying to achieve consistent formatting of textarea elements, across Safari/Chrome/Firefox/IE on Mac and Windows. I believe this may be a rabbit hole, since any combination thereof ...
0
votes
2answers
86 views

Why some characters aren't completely shown when rendering italic text with Direct X

I am rendering some italic text using ID3DXFont::DrawText. Although i specify DT_NOCLIP and the rectangle is big enough, usually, but not only, last character of the text isn't show completely, but it ...
0
votes
0answers
140 views

problems with @font-face font rendering on Windows Vista browsers

I've created a custom font using the font squirrel font face generator and it works perfectly on the Mac browsers - FF 3.6, FF 4.0, Safari 5.0 and Opera 10.0. On Windows I was expecting problems in ...
0
votes
2answers
481 views

Draw text with custom font using ImageMagick and PHP

I want to dynamically render text to an image with a custom font, preferably with the option to output directly or save to a file. And to automatically set the image size according to the font/size ...
0
votes
1answer
180 views

WPF small text rendering and scaling

I need to "stabilize" the text rendering in an application when I use canvas scaling. I have the following code: <Window x:Class="WpfApplication4.MainWindow" ...
0
votes
1answer
229 views

How to configure the display fonts in qtwebkit through the console?

I'm trying to achieve maximum accuracy in rendering pages in qtwebkit in python (via xvfb). I am I have a problem with fonts. Here's an example (image). This example shows that there is a problem ...
0
votes
2answers
517 views

OpenTK based/compatible text rendering library

I noticed an example for text rendering in the OpenTK documentation, but is there a library that has already been developed for this purpose? I am looking to use this for a video game, so it does need ...
0
votes
1answer
141 views

Really Ropey Text Rendering In Internet Explorer With Layered Text

I am in the process of writing a jQuery plugin for 3D text and for Firefox, Chrome and Safari (and other similar browsers) I am using the CSS3 text-shadow property to render the 3D text. As a ...
0
votes
1answer
120 views

library for text rendering that supports text-on-path

I need a good, reliable library or toolchain for programatically rendering text to png, with different sizes, fonts, weights, etc. It also needs to be able to render text in an arc or to a path. I ...
0
votes
2answers
322 views

Does Qt use ClearType for rendering text in Windows?

Does Qt use ClearType for rendering text (on Windows), and if so, what do I need to set to enable ClearType support?
0
votes
3answers
2k views

Rendering formatted text in a direct3d application

I need to render some formatted text (colours, different font sizes, underlines, bold, etc) however I'm not sure how to go about doing it. D3DXFont only allows text of a single ...
0
votes
1answer
522 views

C++ D3DX Font and transformations (d3d9 and d3d10 solutions needed)

I want to render font in a way that takes account of the current transforms and similar settings, especially the projection transform and viewport. I'm thinking that the best way to do that is to ...
-3
votes
1answer
36 views

Is it possible to detect where wrapping occurs in html?

I'm trying to figure out how many lines would occur given some html (only consisting of spans, break and paragragh tags and text, no images, tables, etc.) and a client width. i would also need to know ...