mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-23 16:10:52 +00:00
Create the fontDictionary in [_setFontInfo].
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@16562 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
46e3d118fa
commit
c552b4c338
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ afmEnumerator (char* resourceType, char* resourceName, char* resourceFile,
|
|||
/*
|
||||
* Set the font information in instance variables and in the AFM dictionary.
|
||||
*/
|
||||
fontDictionary = [[NSMutableDictionary alloc] initWithCapacity: 25];
|
||||
|
||||
/* The font may actually be a GS alias, so do not set the fontName
|
||||
* field. */
|
||||
|
|
Loading…
Reference in a new issue