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
24 changes: 21 additions & 3 deletions objects/ui2/scalableFont.self
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'30.10.1'
'30.10.2'
'
Copyright 1992-2016 AUTHORS.
See the legal/LICENSE file for license information and legal/AUTHORS for authors.
Expand Down Expand Up @@ -56,9 +56,9 @@ SlotsToOmit: comment directory fileInTimeString myComment postFileIn revision su
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'modules' -> 'scalableFont' -> () From: ( | {
'ModuleInfo: Module: scalableFont InitialContents: InitializeToExpression: (\'30.10.1\')\x7fVisibility: public'
'ModuleInfo: Module: scalableFont InitialContents: InitializeToExpression: (\'30.10.2\')\x7fVisibility: public'

revision <- '30.10.1'.
revision <- '30.10.2'.
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'modules' -> 'scalableFont' -> () From: ( | {
Expand Down Expand Up @@ -237,6 +237,24 @@ SlotsToOmit: comment directory fileInTimeString myComment postFileIn revision su
courierItalic = '-*-courier-medium-o-normal--'.
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'x11Globals' -> 'fontFamily' -> () From: ( | {
'ModuleInfo: Module: scalableFont InitialContents: FollowSlot'

fixed = '-*-fixed-medium-r-normal--'.
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'x11Globals' -> 'fontFamily' -> () From: ( | {
'ModuleInfo: Module: scalableFont InitialContents: FollowSlot'

fixedBold = '-*-fixed-bold-r-normal--'.
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'x11Globals' -> 'fontFamily' -> () From: ( | {
'ModuleInfo: Module: scalableFont InitialContents: FollowSlot'

fixedItalic = '-*-fixed-medium-o-normal--'.
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'x11Globals' -> 'fontFamily' -> () From: ( | {
'ModuleInfo: Module: scalableFont InitialContents: FollowSlot'

Expand Down