Comment #3 on issue 437 by
[hidden email]: Text is not affected by
zooming in Mondrian
http://code.google.com/p/moose-technology/issues/detail?id=437Wilhelm K Schwab wrote this on April 9th, 2011
I needed to create "big" text for annotating images and found that only
certain sizes were available. That led me to
http://forum.world.st/additional-font-size-td3206897.htmlI ended up adding the following to my code:
FreeTypeFontProvider current families isEmpty ifTrue:[
FreeTypeFontProvider current updateFromSystem.
].
aFont := LogicalFont familyName: 'DejaVu Sans Mono' pointSize:100.
It seems to work. Is there a better way to do it? Should there be any
helper methods in LogicalFont to do this type of thing? A lazy LogicalFont
class>>loadSystemFonts would be less invasive than setting the preference
to load fonts on startup, since it could be triggered as needed and cost
nothing otherwise.
I am thinking of LogicalFont mostly because I learned to look there a long
time ago, so it is the first place I go for fonts.
Bill
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev