Top "Truetype" questions

Convert or extract TTC font to TTF - how to?

I am already more than 8 hours trying to make the STHeiti Medium.ttc.zip font work on Windows. But I …

fonts truetype cjk opentype
Using a custom (ttf) font in CSS

I have a mac, and have installed a font called "7 Segment" (it shows up in Font Book). When I use …

css fonts truetype
How do I change a font's metadata (specifically a title)?

I need a way to dynamically change the name of a font, and I cannot find a way to do …

.net fonts truetype
Default font set on Android

Can anyone tell me what are the bundled fonts on most Android devices, specifically for web pages? Just like Windows …

android html css fonts truetype
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 …

fonts truetype bitmap-fonts
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 …

command-line fonts truetype woff
edit .ttf font file to add in missing symbol

The following font is missing the @ sign. I would like to create a copy of the font file with my …

fonts truetype
Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/a2424901/public_html/index.php on line 35

<?php session_start(); require_once 'facebook.php'; $app_id = "418907881455014"; $app_secret = "36389d2c4caaf6de86982cb87686a494"; $redirect_uri = …

php truetype imagettftext
Matplotlib cannot find basic fonts

I am using matplotlib version 2.0.0 on Python 3 in a miniconda virtual environment. I am working on a unix scientific computing …

python matplotlib truetype miniconda
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 …

php text svg truetype