Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #15299
| From | "John B. Matthews" <nospam@nospam.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: font variants |
| Date | 2012-06-14 21:35 -0400 |
| Organization | The Wasteland |
| Message-ID | <nospam-0A11EE.21350214062012@news.aioe.org> (permalink) |
| References | <64bkt7dj3a8sgilg1gh7jc95ms50rqqm7i@4ax.com> |
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>
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar | Unroll thread
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
csiph-web