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.
0
votes
3answers
29 views
How do I embed a Custom Website Font in ttf format for all browsers?
On my website I am using custom font which I have uploaded. It seems to be choosing when to work. So it works on some computers/browsers but not on others? It is also mapped correctly.
This is what I ...
0
votes
2answers
26 views
Subset Font By Specific Glyphs
I have a 14MB TTF containing mostly Simplified Chinese characters.
I'd like to reduce the size by creating a subset which only contains the specific characters within an HTML page.
So, ideally, I'd ...
0
votes
0answers
18 views
setting ttf for PDF to Image on PDFbox
i'm trying to set an external ttf , to be able to render an image out of a pdf containing arabic caracters , the font i need to set is "Arial" , having done that the console keeps on informing that ...
0
votes
1answer
27 views
display a text using a SDL_Surface converted in a texture
As said, I'm trying to display a text using a SDL_Surface converted in a texture here's my code :
if (SDL_Init(SDL_INIT_VIDEO) == 0) {
//Create a surface
switch (method) {
case 2: // ...
0
votes
2answers
41 views
Add a font to a website
I am trying to add this font : http://www.fonts2u.com/vps-dong-da-hoa.font
to my website. Here is my CSS :
@font-face {
font-family: "VPSDODAH";
src: ...
0
votes
1answer
40 views
SVG font-face with TTF fonts
I'm trying to make use of the font-face elements of the SVG standard. At the moment Webkit claims that they implement the font module properly, but I can't get it to work with external referenced TTF ...
-1
votes
0answers
74 views
Install Fonts to client machine using asp.net c#
Is there any way to install custom fonts to client machine using server side code ?
My need is to create a link on my page to install font to the client machine.
Note: due to some limitations I ...
0
votes
1answer
19 views
Android Application Layout Broken by LARGE text
I have an Android Application that caters for all four screens sizes, e.g. SMALL, NORMAL, LARGE, and EXTRA LARGE. For each size I have portrait and landscape layouts.
I have some negative feedback ...
0
votes
0answers
28 views
PrintPreviewDialog does not display an embedded font correctly
My Winform program prints some text using PrintDocument, Graphics.DrawString method and an embedded font (a custom true type font).
The printer handles the custom font ok. But the PrintPreviewDialog ...
-1
votes
0answers
18 views
How to remove Font Property Details? [closed]
As the title says, is it possible if you can remove the property details of the font such as Title, Type, Company,Authors, Copyright and others?
1
vote
2answers
44 views
Why do the Google Fonts fail to show up on my website?
Our ASP.NET C# web application is used in the following environment
.NET Framework 4
ASP.NET Web Forms.
IIS 7
Windows 2008
Visual Studio 2010
.NET IDE
C#
HTTPS ( SSL )
Our project web designer ...
11
votes
3answers
189 views
Differences in JLabel when loading ttf font between Windows and Linux
I'm uploading the aller font in java with the following code:
private Font loadFont(final String path) {
Font font = null;
InputStream fontFile = null;
fontFile = ...
0
votes
1answer
33 views
Converting truetype font default to pixel size in NV Path
I am writing text module for OpenGL engine using NVidia Path extension (NV Path).The extension allows loading system and external font files using trutype metrics.Now , I need to be able to set a ...
0
votes
1answer
54 views
add .ttf file to java project
I have downloaded akshar.ttf file and want to add it to my java project. I have tried the following ways by searching online but nothing worked so far.
Try 1:
Font ttfBase = null;
Font ...
-1
votes
0answers
29 views
Fc cache results in system wide square fonts [closed]
I am in a big fix and any help is appreciated. I was recently trying 2install TFT fonts in my Ubuntu system. I had given 644 privilege to /user/share/fonts/TrueType/* and then run sudo fc-cache -fb. ...
3
votes
1answer
85 views
Installing System Font with Powershell
I have a folder filled with TTF files of custom fonts. I need to install them as system fonts using a powershell script (this is on Windows Server 2008 R2). Does anybody know how to do that in ...
0
votes
3answers
64 views
CSS @font-face isn't working with Mac font
I can't seem to find the answer I'm looking for. I have an entirely static page, mostly made up of images. The font used to create the images is 'Handwriting-Dakota.ttf' found on any Mac OS X install. ...
1
vote
3answers
73 views
Embedding a TrueType Font in a stack?
Is it possible to embed a TrueType font in a stack and make it available for use in a platform independent way? Or at least in Windows and Android?
0
votes
0answers
19 views
ttf2eot on an apache server using php
I was looking for an easy method for my customers to change their font on a website, and i found a tool for it, it's called TTF2EOT.
Can i use an php command to convert an uploaded *.TTF file to ...
0
votes
2answers
142 views
Having trouble installing specific font in an iOS app - incompatible TTF?
There are some font files in my code repo for the font Nubian and Nubian-Alt. They are licensed and paid for and they need to be used. However I cannot use this font in iOS, and I cannot open the font ...
0
votes
0answers
27 views
Printing True Type Fonts to HP printer WPF/Window8
Me & my colleague were trying to Print, DrawingVisual to HP printer from WPF application in Windows 8 operating system.
It just works fine in Windows XP/Vista/7 OS, but not in Windows 8. What we ...
2
votes
1answer
35 views
CFF font with serrated
I'm using a CFF font on my page, but it's showing serrated in the browser.
Here you can see how I'm using it: JSfiddle
HTML
<p>Hello everyb@dy!</p>
CSS
body{
font-size: 10px;
}
...
0
votes
0answers
26 views
Image from a font not drawn by PHP
I write a php script for drawing a character from a font and export send it to the client, but it doesn't work. The code is as following:
<?php
$text = ""; // U+E010
$font = "hzcdp01b.ttf";
...
2
votes
1answer
55 views
Image from a font not drawn by Python
I wrote a Python script for drawing a character from a font, exporting, and sending it to a CGI interface for displaying. However, it isn't working. The code is as following:
#!/usr/bin/python
# ...
0
votes
1answer
32 views
Where can I get a full line height true type font
I need a font for an Android application that fills the line so I can control the space above and below the characters. In other words, no space for descenders below the letters or accents above ...
2
votes
0answers
55 views
How to use Graphics.DrawString with a font not installed in C# [duplicate]
Environment: Windows 7 Pro, C#, WinForms
I am successfully using Drawstring to write a text string to a PictureBox if the font is installed. <== Code below is working just fine...
I also want to ...
1
vote
1answer
2k views
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: [https://code.google.com/p/kingfont/downloads/list]
But I can't make it work.
Is anybody able to make ...
2
votes
1answer
353 views
@font-face svg not working properly in Chrome?
I have an issue with a specific font and the way it's rendered in Chrome.
Firefox shows the font properly due to using ttf.
Chrome doesn't use antialias and the font is too 'sharp' and ugly.
This ...
0
votes
0answers
83 views
Get the fonts/Myfont.ttf linked files from local folder
i have folder called mydata in My project in that i have fonts/Myfont.ttf files which are linked and not copied, Now how can i get the source of this ttf file and pass it to Typeface ?
I have tried ...
2
votes
2answers
117 views
Python - finding TTF files
Can anyone improve on this? I'm fairly new to python and am trying to write portable code. I need to locate a font file to pass to ImageDraw.Draw.Text.
import matplotlib.font_manager as fontman
def ...
0
votes
1answer
84 views
Is the conversion between font formats SFD and TTF lossy?
Here are the steps I have done:
1) I have opened a TTF font file (212 KiB) with a Fontforge and saved it as a SFD file (1.5 MiB).
2) Then, without making any changes to the font project I saved it ...
1
vote
0answers
273 views
TCPDF - embedded ttf fonts not showing when PDF is viewed on iPad
I've created a website that dynamically creates PDF's using tcpdf and embeds the fonts into the PDF. The user can select from a range of standard fonts like Arial, Verdana etc. Then the system chooses ...
0
votes
0answers
59 views
ttf vs otf for vectorization project
I'm working on prject for converting bitmap to vectors (just black text with white background)
my first step is to know about how fonts stored and processing ,so I have to know about ttf or otf to use ...
0
votes
0answers
28 views
Custom font drawing issue too low in label.
Certain fonts draw at the upper left corner while all other are drawn vertically centered.
This can be seen in the following pictures. DCIntrospect is being used to draw the boundaries of the ...
0
votes
1answer
331 views
CSS: Font-face not working on Chrome
How can I tell why the font is not being displayed?
I'm in Chrome - so .ttf should work.
I checked that I can navigate to the file using my URL bar, and I can download it so permissions are fine.
I ...
2
votes
1answer
96 views
Japanese in JTextArea
I have a database with japanese words. Additionaly i have algorithm that reads these words and put them into JTextArea.
Problem is I see rectangles instead of japanese signs.
But when i copy such a ...
0
votes
1answer
92 views
SDL_ttf - Font directory/Where do fonts go?
I've been noodling around with SDL and OpenGL (in C++), and decided to get some text into my game.
I've followed a few tutorials, but I always get the same error: "Couldn't find .ttf" I'm sure it's ...
5
votes
1answer
192 views
In Win7 some fonts don't work like they did in Win2K/XP
My question is about how font handling needs to be changed in order to work correctly under Windows 7. I'm sure that I've made an assumption about something that was valid before, but is no longer ...
2
votes
0answers
132 views
Adding Times New Roman to Ghostscript in Ubuntu
Using Ghostscript 8.71 in Ubuntu, but having trouble reading a PDF file that has the times new roman font on all its pages.
I downloaded the msttcorefonts package and created a Fontmap file for ...
0
votes
0answers
88 views
PDFBox: Middot or bullet with PDType1Font.HELVETICA
In my Java program I generate PDF documents at run-time using Apache PDFBox. In the documents I try to separate the fields of a postal address using a middot (·, code 0x00B7) or a bullet point ...
0
votes
1answer
65 views
TTF fonts in nodetext using cgSceneGraph
Is there a way to use TTF in text nodes? I saw that there is a setTypo method, but this gets only a font-family string, like Arial. Should I create in CSS a new font family and use this one?
Thank ...
0
votes
1answer
238 views
safari and ie can't read ttf eot fonts
1.I have trouble on reading the font in safari, I convert otf to ttf.
bold and regular two fonts.
both are fine in chrome and firefox.
but in safari,only bold is working, regular font is not working.
...
0
votes
0answers
68 views
How can I combine 2 true type fonts (cyrillic and latin alphabets)?
I have 2 true type fonts, one for the latin alphabet and the other one for the cyrillic alphabet.
Do you know any software or a way to combine those 2 TTF to create a new one? What about if some ...
0
votes
2answers
46 views
Keeping the ttf files on server for Arial etc requires license?
I require to simply keep the .ttf files on my server for Arial, Comic Sans etc. i shall not install them.
This is required for Imagick.
Will this also require buying the licenses for these fonts? Or ...
0
votes
0answers
122 views
My customized ttf font file don't work on android 2.2
Paint paint = new Paint();
paint.setColor(Color.WHITE);
paint.setTextSize(fontSize);
paint.setAntiAlias(true);
Typeface t = Typeface.createFromAsset(context.getAssets(), name)
...
1
vote
0answers
222 views
Make fonts on Windows render like Mac/Linux: disabling font-hinting and/or deal with anti-alias on client side
Is it possible to turn off "font-hinting" on Windows via javascript or any other client side code?
I want browsers on Windows to mimic fonts the way they look on Mac - because I'm using an ...
1
vote
2answers
334 views
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 on about to just create one file, as oppose to this ...
0
votes
2answers
110 views
Loading of all font families in a fontfamily fallback call
I am doing :
<div class="testing"
style="font-family: Carrington,'Black Rose', Champagne, 'England Hand'">testing</div>
All these families are embedded using @font-face. While ...
2
votes
1answer
135 views
ActionScript 3.0: Loading external fonts (.ttf)
Is it possible to load .ttf font from bytecode without using [embed] metatag or compiling font into .swf?
Situation next: My app gets zip archive with graphics, and I want to add chance to change ...
0
votes
0answers
305 views
Edit a TTF font-file then convert it to a EOT file
I have an existing .ttf font file and the corresponding .eot file which contains some graphics icons. The .eot is the file I need to reference from my css. I know this file is valid because I already ...

