Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Java (http://www.velocityreviews.com/forums/f30-java.html)
-   -   font variants (http://www.velocityreviews.com/forums/t947071-font-variants.html)

Roedy Green 06-14-2012 06:29 PM

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

John B. Matthews 06-15-2012 01:35 AM

Re: font variants
 
In article <64bkt7dj3a8sgilg1gh7jc95ms50rqqm7i@4ax.com>,
Roedy Green <see_website@mindprod.com.invalid> wrote:

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

--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>


All times are GMT. The time now is 11:39 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57