Skip to content

Commit

Permalink
Changed #fontsDir in TerminalEmulator to use the #imageRelativeFontFo…
Browse files Browse the repository at this point in the history
…lder of the FreeTypeFontProvider.
  • Loading branch information
Rinzwind authored and lxsang committed Dec 12, 2022
1 parent c88a881 commit fee29a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PTerm-UI/TerminalEmulator.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ TerminalEmulator class >> fontFamily [
{ #category : #font }
TerminalEmulator class >> fontsDir [
|path|
path := FileLocator localDirectory / 'Fonts'.
path := FreeTypeFontProvider current imageRelativeFontFolder.
path exists ifFalse:[ path createDirectory ].
^path
]
Expand Down

0 comments on commit fee29a6

Please sign in to comment.