Top "Truetype" questions

Safari and IE can't read TTF and EOT fonts

I have trouble reading a font in Safari. I converted OTF to TTF - two bold and regular fonts. Both …

css safari cross-browser font-face truetype
How to merge fonts?

I have a number of fonts, OpenSans-bold.ttf OpenSans-boldItalic.ttf OpenSans-extrabold.ttf OpenSans-italic.ttf OpenSans-light.ttf How would I go …

css fonts truetype
How to reduce TextView line spacing

I am trying to reduce the line spacing in a TextView by setting a negative 'add' to TextView.setLineSpacing(). It …

android fonts textview truetype
C# lib for processing font files - TTF (TrueType), others

Any known C# library or project out there that can understand the TTF file format? Most questions Ive seen regarding …

c# .net fonts truetype
Custom UIFont baseline shifted

I'm having a problem with custom UIFonts. I load 6 of them (font A in regular/bold/regularItalic/boldItalic, font B …

ios truetype uifont opentype
Converting TTF to WOFF

I have been trying to convert TTF to WOFF using various command line and online tools. I have tried following : …

fonts truetype woff
How to dynamically load a font under iOS. (for real)

I've seen this question asked and answered numerous times, but I haven't seen a real answer. The common "solutions" are: …

ios dynamic fonts truetype
How to set Font in itextSharp for HTML to PDF

I have to create run time pdf from html in Web application developed in VB.Net and MSSQL 2005, using itextSharp. …

unicode itextsharp truetype html2pdf indic
Convert TrueType glyphs to PNG image?

Is there a command line tool to convert glyphs from a TTF file, to PNG (or some other bitmap image …

linux bitmap rendering command-line-interface truetype
TrueType Font Parsing in C

I want to read a ttf and draw a text with that font on a buffer. Even though there are …

c parsing truetype