Tagged Questions

3
votes
3answers
37 views

Ready solution for manipulate images.

I'm searching for a class or function, to convert, add borders and text (using ttf fonts) to an uploaded image before the image is saved on the server. Do you know something?
1
vote
2answers
72 views

writing a font viewer - getting font properties, loading ttf dynamically

I'm trying to write a font viewer for TrueType / OpenType fonts with VB6 / VB5 code (under Windows). it is surprisingly difficult: 1) in VB / winAPI, i did not find how to extrac …
1
vote
4answers
669 views

What is the difference between TrueType fonts and Type-1 fonts?

What is the difference between TrueType fonts and Type-1 fonts?
2
votes
1answer
387 views

Symbian C++ - Use a TTF font in your application?

Hi Is it possible to package a .TTF file in your application and use it to render text at runtime, and have the application release the font after use? I've found bits of informa …
0
votes
3answers
84 views

Best way to generate a custom document?

Hi, I am working on generating a document for printing. It should use a specific TTF font and everything must be printed with vector graphics (for quality). Some of the text should …
5
votes
2answers
189 views

How do I calculate PDF leading from TTF?

The PDF specification defines a text operator called ' (apostrophe). The definition is that it writes out some text, and moves to the next line based on the current leading state. …
0
votes
3answers
165 views

Font problems with GDI+

I'm having trouble with some ttf fonts not working in GDI+. I cannot seem to find any differences between some of the working and non working fonts. Some can be read and rendered w …