font variants

R

Roedy Green

I notice on windows, a single font is composed of four or more *.ttf
files in C:\windows.

What glues these together to be considered as a single font in Java?

Does the OS have its own means?

is there something inside the ttf files crosslinking?

Is there a master file somewhere pointing to all the variants?

Does java look for fonts with similar names?
--
Roedy Green Canadian Mind Products
http://mindprod.com
Controlling complexity is the essence of computer programming.
~ Brian W. Kernighan 1942-01-01
..
 
J

John B. Matthews

Roedy Green said:
I notice on windows, a single font is composed of four or more *.ttf
files in C:\windows.

What glues these together to be considered as a single font in Java?

Does the OS have its own means?

is there something inside the ttf files crosslinking?

Is there a master file somewhere pointing to all the variants?

Does java look for fonts with similar names?

At a guess, they are sub-family variations of style and weight. Lower
quality fonts derive such variations from a single glyph outline, while
higher quality fonts have separate definitions.

<http://scripts.sil.org/cms/scripts/page.php?item_id=IWS-Chapter08>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

JDK 1.7.0_05 is out 1
classpath puzzle 7
case strings 8
True font sizes 18
font puzzle 4
ctrl-c ctril-v 14
AWT font != Swing Font 0
Custom fonts 11

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top