core-text.fonts: change to "LucidaGrande" to match Postscript name.

db4
John Benediktsson 2014-04-24 12:10:13 -07:00
parent 9d3a654443
commit e0087723c3
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ FUNCTION: CGFloat CTFontGetXHeight ( CTFontRef font ) ;
CONSTANT: font-names
H{
{ "monospace" "Monaco" }
{ "sans-serif" "Lucida Grande" }
{ "sans-serif" "LucidaGrande" }
{ "serif" "Times" }
}