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
..
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
..