truetype Questions

2

Solved

UPDATE: I used @brclz suggestion, solving my problem like this: Copied the GitHub address of each font file of the family, Example: https://github.com/h-ibaldo/Raleway_Fixed_Numerals/blob/mas...
Violetteviolin asked 26/9, 2016 at 2:20

3

I hear that fontconfig is the best option for getting fonts in linux. Unfortunately, I've been looking through their developer documentation and I have absolutely no clue what I'm doing. It would a...
Copycat asked 10/5, 2012 at 22:5

4

Solved

Does anyone knows how to extract the characters image from a font(ttf) file?
Tyner asked 4/1, 2010 at 22:5

5

Solved

I am trying to generate a word cloud using the WordCloud module in Python, however I see the following error whenever I call .generate Traceback (most recent call last): File "/mnt/6db3226b-5...
Unrefined asked 28/4, 2023 at 12:16

5

I have been trying to convert TTF to WOFF using various command line and online tools. I have tried following : Command line : sfntwoff : https://people-mozilla.org/~jkew/woff/ ttf2woff : http...
Tautomer asked 20/12, 2016 at 1:19

15

Solved

How do I extract the list of supported Unicode characters from a TrueType or embedded OpenType font on Linux? Is there a tool or a library I can use to process a .ttf or a .eot file and build a li...
Dessalines asked 16/12, 2010 at 8:23

2

Solved

I'm trying to write a Poweshell script that installs all fonts (in formats .ttf and .otf) from a given directory. However I want to ignore fonts that are already installed. For that purpose I need ...
Exophthalmos asked 21/5, 2017 at 6:51

19

Solved

I am using matplotlib version 2.0.0 on Python 3 in a miniconda virtual environment. I am working on a unix scientific computing cluster where I don't have root privileges. I am generally executing ...
Horal asked 7/2, 2017 at 18:16

3

I use pdftk to repair some failures in corrupted PDF files, but I faced another problem which is not fixed by pdftk (or at least I do not know how to do so). I have PDF files with text based on Tr...
Silberman asked 12/10, 2012 at 11:14

1

I have an issue configuring Batik PDFTranscoder for Svg to Pdf conversion. I want to embed custom truetype fonts to PDF output, therefore I utilize Batik transcoder. I supply font configuration in ...
Packsaddle asked 19/12, 2017 at 10:28

3

Solved

I have a folder in my server with several fonts (myserver.com/fonts). and I have a JavaScript application where I would like to use those fonts on. but I have no idea how to load the fonts and use ...
Bosom asked 13/11, 2012 at 14:33

8

Solved

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? ...
Eroto asked 26/1, 2012 at 12:11

12

Solved

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 g...
Allowable asked 20/9, 2010 at 9:29

6

Solved

Is there a command line tool to convert glyphs from a TTF file, to PNG (or some other bitmap image format)? If there is no ready command line tool for that, how would you go about doing it from on...
Caladium asked 17/6, 2013 at 7:24

5

I need a way to dynamically change the name of a font, and I cannot find a way to do so in .net. I am not concerned about the font file type, so otf, fon, ttf are all open. Things I've tried: Usin...
Cyprian asked 8/5, 2011 at 20:38

1

I have this SVG file in the same directory as this font's TTF file. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" &qu...
Bently asked 10/2, 2022 at 5:18

3

Solved

I have an SVG that displays fine in Chrome, but when I use it in an HTML page, it doesn't use the right font, instead using the default. <svg version="1.1" xmlns="http://www.w3.org/2000/svg"&gt...
Gallup asked 26/5, 2015 at 18:53

4

Solved

I'm trying to use HTML2PDF 4.03 with this code: <?php $content = "..."; # my HTML code require_once(dirname(__FILE__).'/html2pdf_v4.03/html2pdf.class.php'); $html2pdf = new HTML2PDF('P','A4','e...
Empurple asked 25/1, 2015 at 16:55

2

Solved

I'm embedding a TrueType font into pdf and thus need to create descriptor dictionary for it. Among the required fields is StemV and I haven't found where in the ttf this info is stored. I think I s...
Cissoid asked 18/2, 2016 at 15:10

2

I'm trying to overlay some text emoticons on top of a video using ffmpeg.. This works fine for normal TTF's e.g. ffmpeg -i video.mp4 -vf drawtext="Arial.ttf: text='YENTL 😎 Bresseleers ': fontcolo...
Thompkins asked 19/1, 2016 at 15:32

5

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 ...
Jared asked 22/6, 2011 at 8:33

5

Solved

I have a custom TrueType font (TTF) that consists of a bunch of icons, which I'd like to render as individual bitmaps (GIF, PNG, whatever) for use on the Web. You'd think this is a simple task, but...
Monition asked 20/4, 2010 at 2:19

3

Solved

Very neat that I can use any available TrueType font on my Windows machine with MikTex and XeTeX. %!TEX TS-program = xelatex %!TEX encoding = UTF-8 Unicode \documentclass[]{article} \usepackage{xlt...
Scagliola asked 24/2, 2011 at 19:38

3

I am using PDFBox to build a document from an existing PDF template, so it opens the file, adds text to it, and saves it. It works well, except when trying to use external TTF fonts. I have tried d...
Willock asked 30/5, 2013 at 4:51

7

Is there any way to reduce the size of the .ttf fonts? i.e. if we want to remove some glyps which we are not using.
Occupational asked 14/4, 2010 at 6:56

© 2022 - 2025 — McMap. All rights reserved.