Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e41820ee
Commit
e41820ee
authored
Jun 15, 2009
by
Adrian Robert
Browse files
(ns_get_covering_families): Retain scriptToFamilies.
parent
0e6d12ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/ChangeLog
src/ChangeLog
+1
-0
src/nsfont.m
src/nsfont.m
+1
-1
No files found.
src/ChangeLog
View file @
e41820ee
...
...
@@ -9,6 +9,7 @@
(ns_has_attribute): Shrink the normal range.
(ns_findfonts): Don't worry about requested spec in determining
need for synthItal.
(ns_get_covering_families): Retain scriptToFamilies.
2009-06-14 Seiji Zenitani <zenitani@mac.com>
...
...
src/nsfont.m
View file @
e41820ee
...
...
@@ -397,7 +397,7 @@ seems to be limited for now (2009/05) to ja, zh, and ko. */
NSLog
(
@"Request covering families for script: '%@'"
,
script
);
if
(
scriptToFamilies
==
nil
)
scriptToFamilies
=
[
NSMutableDictionary
dictionaryWithCapacity
:
30
];
scriptToFamilies
=
[
[
NSMutableDictionary
alloc
]
init
];
if
((
families
=
[
scriptToFamilies
objectForKey
:
script
])
==
nil
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment