Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion objects/ui2/scalableFont.self
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,10 @@ I print out as asterisks.\x7fModuleInfo: Module: scalableFont InitialContents: F
fontSize: (pts max: 2) min: maxFontSize.
"Set points not pixels - rca 1/2020"
"Also points are expressed as * 10"
familyName, fontSize printString, '-', fontSize printString, '0-*-*-*-*-*-*').
familyName, "ends in -"
'*', "NB: don't specify pixel size"
'-', (fontSize * 10) printString,
'-*-*-*-*-*-*').
} | )

bootstrap addSlotsTo: bootstrap stub -> 'traits' -> 'xFontDictionary' -> () From: ( | {
Expand Down