.
original commit: 6076857379d08560d93bc07854205778b59a55ab
This commit is contained in:
parent
f54d066d3c
commit
107e93c49a
|
@ -1,4 +1,25 @@
|
|||
|
||||
Version 102/2:
|
||||
|
||||
* Changed the interaction of face and familiy settings in a font for
|
||||
drawing text. Only one [little-used] method changed its interface
|
||||
(`get-font-id' in font-name-directory<%>), but the meaning of the
|
||||
`family' settings in font% and style-delta% objects
|
||||
changed. Essentially, the family is orthogonal to the face setting,
|
||||
and it's used whenever an appopriate font can't be found for the
|
||||
face name.
|
||||
|
||||
the main consquence of the change is that PS printing can be fixed
|
||||
DrScheme. The style Scheme text just needs to have the 'modern
|
||||
family in addition to the user-selected face string.
|
||||
|
||||
* Removed `get-afm-name' and `set-afm-name' from
|
||||
`font-name-directory<%>', and changed post-script-dc% to use the
|
||||
PostScript font name as the AFM file name (prefixed with the AFM
|
||||
directory and suffixed with ".afm").
|
||||
|
||||
* Fixed PRs 1286 and 1287 (list-box% problems).
|
||||
|
||||
Version 102/1:
|
||||
|
||||
* Fixed some PS problems (roundoff error with regions), and made
|
||||
|
@ -6,6 +27,11 @@ Version 102/1:
|
|||
a font.
|
||||
|
||||
Version 102: ??
|
||||
Changed the interaction of face and familiy settings in a font for
|
||||
drawing text
|
||||
Removed `get-afm-name' and `set-afm-name' from
|
||||
`font-name-directory<%>', and changed post-script-dc% to use the
|
||||
PostScript font name as the AFM file name
|
||||
|
||||
Version 101: October 25, 1999
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user