Anonymous | Login | 03-02-2021 23:02 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0006706 | [Squeak] Graphics | minor | always | 10-07-07 07:29 | 10-11-07 19:49 | |||||||
Reporter | wiz | View Status | public | |||||||||
Assigned To | andreas | |||||||||||
Priority | normal | Resolution | open | |||||||||
Status | assigned | Product Version | 3.9 | |||||||||
Summary | 0006706: TextStyle class writeSF2FamilyNamed:inDirectory:toChangeSet: isBroken | |||||||||||
Description |
'tpr 6/10/2005 18:29 TextStyle class writeSF2FamilyNamed:inDirectory:toChangeSet: {mime file in/out}' is broken for this one try running the commented example in the method. |
|||||||||||
Additional Information |
" TextStyle writeSF2FamilyNamed: 'Accuny' inDirectory: 'AccunyCorrectedFeb252004Beta Folder' toChangeSet: 'AccunyInstall'. " | family | family := OrderedCollection new. family addAll: (StrikeFont readStrikeFont2Family: familyName fromDirectory: (FileDirectory default fullNameFor: directoryName)) . family do: [:f | f reset]. self writeStyle: (TextStyle fontArray: family asArray) named: familyName toChangeSet: csName ------ the problem is (StrikeFont readStrikeFont2Family: familyName fromDirectory: (FileDirectory default fullNameFor: directoryName)) passes the directory name where the directory is needed. The uploaded file is the earlier version of the method from sq 6665. |
|||||||||||
Attached Files |
![]() |
|||||||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
59 total queries executed. 38 unique queries executed. |