Re: Fonts
Re: Fonts
- Subject: Re: Fonts
- From: Douglas Davidson <email@hidden>
- Date: Mon, 28 Jun 2004 09:05:50 -0700
On Jun 28, 2004, at 5:52 AM, Allan Odgaard wrote:
To me it seems that only ATSUI has the ability to synthesize bold or
italic for fonts where a drawn version doesn't exist. Although with
Panther, AppKit did get the ability to sheer the fonts using
NSObliquenessAttributeName (with which you can then synthesize your
own italic).
It is also possible to synthesize bolding using negative values for
NSStrokeWidthAttributeName. Of course, you may then also wish to use
NSKernAttributeName as well, so that the heavier glyphs do not appear
too close together. All in all, it is better to have a bold variant
defined in the font.
Douglas Davidson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Fonts (From: Rick Bischoff <email@hidden>) |
| >Re: Fonts (From: Allan Odgaard <email@hidden>) |