Tagged Questions

TrueType fonts are the major scalable font format designed by Apple. The TTF rendering engine can be found on many platforms including Apple's OSX, Microsoft's Windows, Linux, and inside of printers.

learn more… | top users | synonyms (1)

11
votes
4answers
2k views

Font smoothing in Delphi

I had cause to need a label with a large font on a Delphi form and noticed that its curves were still slightly jagged. I compared this with the same size and font in MSWord which was much smoother. ...
8
votes
2answers
7k views

How can I extract embedded fonts from a PDF as valid font files?

I'm aware of the pdftk.exe utility that can indicate which fonts are used by a PDF, and wether they are embedded or not. Now the problem: given I had PDF files with embedded fonts -- how can I ...
8
votes
5answers
2k views

How do I use TrueType fonts with LaTeX

I need to use a font family in my LaTeX documents, that is available as 18 .TTF (TrueTypeFont) files. Where do I have to copy the files in my MiKTeX 2.8 installation? How Do I make the fonts to ...
6
votes
2answers
643 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. The current ...
6
votes
3answers
925 views

php and true type collection in gd

I try to use a true type collection "gulim.ttc" with 4 fonts in the GD libary. Like this: $font = "fonts/gulim.ttc"; imagettftext($im, 20, 0, 0, 25, $white, $font, $string); The Problem is, PHP/GD ...
4
votes
2answers
330 views

“ERROR: broken data stream when reading image file” (TrueType fonts libjpeg and PIL on OS X)

I'm running OS X 10.6.7, Python 2.6, and writing a small wxPython application that uses PIL to manipulate an image and add some text to it. After quite a bit of configuration woes with attempting to ...
4
votes
1answer
174 views

get the characters available in TrueType with PHP

How do I get a list of all characters available in the TrueType font? using PHP.
4
votes
6answers
5k views

How to convert a bitmap font (.FON) into a truetype font (.TTF)?

My program (win32, Delphi) needs to display special chars in some columns of a table. To do that I use a special font for those columns. I got the font from my client. It is a .FON font. It works good ...
4
votes
1answer
518 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 ...
4
votes
2answers
626 views

How to get a glyph outline of a true type character on a linux system

I'm searching for a library to get the outline of a glyph in a true type font on a linux system. We are using Pango and Cairo but unfortunatly I didn't find anything. I'm looking for somethig similar ...
4
votes
5answers
2k views

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

What is the difference between TrueType fonts and Type-1 fonts?
3
votes
1answer
224 views

Using Inconsolata in VS2010

I use Inconsolata for VS2008, I want to use it for VS2010 as well, but VS2010 is not supporting open type fonts, so I converted Inconsolata from open type to true type. Now, I'm able to use the font ...
3
votes
1answer
367 views

What is the TrueType font of java's logical font Monospaced on Windows XP

I've been trying to find what is the TrueType font behind Java's logical Monospaced font on a Windows XP system. The reason is that I use this font as my code editor's default font in IntelliJ Idea ...
3
votes
4answers
238 views

Unicode fonts for Japanese

I am creating a game. I have some UI with text. Recently we wanted to add Japanese language version but I have problem with fonts. I use stb_freetype to rasterize fonts and I support Unicode so it ...
3
votes
2answers
984 views

PHP: How to read “Title” of font from .ttf file?

I really need to be able to extract the metadata from a .ttf true type font file. I'm building a central database of all the fonts all our designers use (they're forever swapping fonts via email to ...
3
votes
4answers
525 views

How to Create Subset Fonts in .NET?

I have a Silverlight application that I need to embed some less-than-common fonts in. It's simple enough for me to just copy over the TTF/OTF and compile that with my app. However, in many cases, only ...
3
votes
3answers
67 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?
3
votes
6answers
3k views

How to get a list of installed True Type Fonts on Linux using C or C++?

How can my app get a list of the True Type Fonts that are available on Linux. Is there a standard directory where they are stored across different distributions? Or some other standard way to locate ...
2
votes
2answers
86 views

Is there a PHP library for drawing text as a vector outline?

In PHP, it's quite easy to use GD to draw text onto a raster canvas in a certain font (according to a TTF file held on the server), and output it as a PNG or JPEG. I want to do roughly the same ...
2
votes
1answer
114 views

@font-face ligatures missing

I am using an embedded typeface using the following code: @font-face {font-family: 'PFDinTextPro-Regular';src: url('../webfonts/15B214_0.eot');src: url('../webfonts/15B214_0.eot?#iefix') ...
2
votes
1answer
43 views

Retrieving font name from font file in Java

Is there any API to fetch font name from a font file (TTF)? Or can any one please let me know how to solve this problem by some other means?
2
votes
2answers
206 views

How to convert text to SVG paths?

I have a font in ttf file and want to generate SVG with text turned into paths. I don't need image (so using imagettftext or Image Magick font rendering capabilities is not enough), I need shape, that ...
2
votes
1answer
118 views

python: is there a truetype font library?

Well, I just need to extract information from the .ttf file. Such as font name and font style. May be some more info in future. How to do it in python more easy than looking for a specification and ...
2
votes
2answers
290 views

Get the width and height of a string in pixel (PHP)

Is there any good function to calculate the pixel width and height? Can imagettfbbox be used to do that? I mean which ttf file is needed for the different fonts used by different browsers? Thx
2
votes
3answers
687 views

Convert Arabic TTF/OTF fonts to woff, eof?

First I know there are similar questions to mine, and I do tried Font Squirrel Generator for tons of Arabic fonts, all of them render text in English correctly but none of them worked with Arabic ...
2
votes
4answers
492 views

C# Setting FontDialog to only display TrueType fonts

This question has been asked in practically every forum, including here but there are no acceptable answers anywhere that I can find. I'm beginning to think that there is actually no solution and I ...
2
votes
4answers
290 views

why is my truetype font of size 11 rendering different than windows?

To wit: Notepad is opened, the font selected as "Arial, Size 11", the words "this is just a test" carefully entered, a screenshot taken: The following Python code is entered and run: import ...
2
votes
1answer
290 views

C# fixed point to floating point

I'm trying to get true type font glyph outlines using sample code from here. There are some small errors in the code, including the fact that it only considers the whole part of the fixed point ...
2
votes
2answers
275 views

Incorrect font rendering in Qt (Symbian)

I've been trying to get custom font rendering working in a Symbian Qt app (4.6) for some time. For most fonts and most glyphs, it all works just fine using a method similar to this. However, for the ...
2
votes
1answer
330 views

How to get a list of all available (TTF-) Fonts with XeTeX?

Very neat that I can use any available Truetype font on my Windows machien with MikTex and XeTeX. %!TEX TS-program = xelatex %!TEX encoding = UTF-8 Unicode \documentclass[]{article} ...
2
votes
2answers
905 views

UIButton with a ttf font

Is it possible to use UIButtons with my own true type font? I found the FontLabel open source that can use ttf with UILabels, but unfortunately I can't set my UIButton's titleLabel to a created ...
2
votes
1answer
288 views

tcpdf font ligatures (English)?

How do you generate ligatures in PHP tcpdf?
2
votes
2answers
197 views

Create a bmp of a string using a TTF file using C?

I have a new project assigned to me today. I need to load a TTF file and then write the specified string to a bitmap using that font. However, I do not have much information about the TTF structure. ...
2
votes
1answer
431 views

Get fontfile from a given font name

I'm trying to get the file corresponding to a given system font, e.g: In my system I have the font "Algerian" with the corresponding file "C:\Windows\Fonts\ALGER.TTF", and the font Batang, with the ...
2
votes
2answers
1k views

extract font character image from ttf file

Does anyone knows how to extract the characters image from a font(ttf) file?
2
votes
2answers
5k views

Getting Crystal to properly embed TT fonts in a PDF

Has anyone run into problems getting Crystal XI to embed fonts when displaying reports via the web (served by RAS) and then exporting to PDF? We have a barcode font that we use in a few reports, and ...
2
votes
1answer
1k views

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

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 information scattered around ...
1
vote
0answers
27 views

Where can I get OS-specific Fonts (or Samples)?

This question is not directly related to programming but I'm having a hard time working a solution out. Lately, I've become increasingly interested in typography and, as you know, in the Web it's ...
1
vote
0answers
23 views

How to convert WOFF to TTF/OTF via command line?

I know about services like Online Font Converter, but I am interested in offline solution, preferably over command line. Does anyone know a tool or workflow how to convert WOFF to OTF/TTF offline?
1
vote
1answer
20 views

How to convert Japanese OTF fonts to use with FOP

I need to generate a Japanese language PDF document formatted with a Japanese font, using Formatting Objects Processor (FOP). I have a few potential OTF fonts that I would like to use. Unfortunately, ...
1
vote
1answer
46 views

Create a TTF in Objective-C

Is there a way to create a True Type Font file programmatically in objective-c? I found this reference, http://developer.apple.com/fonts/TTRefMan/index.html, but it doesn't seem there are any built in ...
1
vote
2answers
49 views

True Type vs. Open Type

What is the difference between true type and open type font? Does the latter suggest openness as in open-source? Does the OS use a different "engine" for rendering those two? Edit: Sorry, wasn't ...
1
vote
1answer
44 views

What is the difference between embedded web fonts and regular TrueType desktop fonts?

I have a good free desktop font and it is free also for font embedding on the web. The font uses Arabic Unicode and it is TrueType desktop font. I want to use this font on my website. The problem ...
1
vote
1answer
80 views

Font that supports all utf-8 characters for php imagettftext

I'm using imagettftext in php to generate images. Is there a true type font that supports all utf-8 characters?
1
vote
1answer
93 views

Custom TrueType font from xml only

Is there any way to pass custom font for TextView (or subclasses of it) using only xml without providing any java code like this Typeface tf = Typeface.createFromAsset(getAssets(), ...
1
vote
2answers
111 views

Query about TTF and OpenGL

I searched around a bit and couldn't find anything clear cut as to whether/how you can render true-type fonts using OpenGL (with SDL as the API if it makes any difference). So I was wondering if ...
1
vote
1answer
128 views

Custom font does not render correctly when using ShowText

I have a custom view in which I am trying to draw text using a Windows font (calibri.ttf). However, I am getting different behaviour between using the DrawString & ShowText functions. I have ...
1
vote
0answers
231 views

QT : Unable to load TTF file

I have a QT-embedded application that I develop in OpenSuse 11.4 where I need to load a TTF font file. However when I call int QFontDatabase::addApplicationFont () function, it's returning -1. Upon ...
1
vote
1answer
72 views

How can I edit or strip glyphs from a ttf (TrueType Font) file?

I'm trying to package up PT Sans for an iPhone application, but I only want the basic latin part. It was designed for handling all the minority languages of Russia (so think HUGE file). I'm mostly ...
1
vote
2answers
292 views

Create subset of TTF file using .net

I am trying to achieve following things: To create subset of original font file which targets only specific characters After browsing through Google I came across following APIs available: a. ...

1 2 3