From: Kevin A. <al...@se...> - 2001-08-30 01:55:25
|
> > Are you saying that you want the style to be a list of one or > more values > > 'normal', 'italic', 'oblique', 'bold', 'underline'? > > Mostly I'd prefer options to be separate rather than trying to mix them > together in some sort of style attribute which doesn't correspond to any > underlying API. Trying to produce a new font description model that is > different but less capable than any of wxWindows, Win32, or CSS > looks like a > backwards step to me. Okay, but I still need to know what you're proposing, so I can implement it. fontFamily: CSS-like fontWeight: normal or bold fontStyle: normal or italic (or oblique) fontUnderline: 1 or 0 I still don't know whether underline works on *nix or just Windows. ka |