Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #15285 > unrolled thread

font variants

Started byRoedy Green <see_website@mindprod.com.invalid>
First post2012-06-14 11:29 -0700
Last post2012-06-14 21:35 -0400
Articles 2 — 2 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  font variants Roedy Green <see_website@mindprod.com.invalid> - 2012-06-14 11:29 -0700
    Re: font variants "John B. Matthews" <nospam@nospam.invalid> - 2012-06-14 21:35 -0400

#15285 — font variants

FromRoedy Green <see_website@mindprod.com.invalid>
Date2012-06-14 11:29 -0700
Subjectfont variants
Message-ID<64bkt7dj3a8sgilg1gh7jc95ms50rqqm7i@4ax.com>
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
.

[toc] | [next] | [standalone]


#15299

From"John B. Matthews" <nospam@nospam.invalid>
Date2012-06-14 21:35 -0400
Message-ID<nospam-0A11EE.21350214062012@news.aioe.org>
In reply to#15285
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>

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web