Closed LANDAISB closed 7 months ago
can you upload the full theme definition please ? use a file-out from the browser, context menu on the class, 'Extra/File Out'
This is the .st file of the custom Theme (but I rename it on .txt)
it should work now after my last commit (in Toplo:dev) The theme API has changed. Now we have :
It works well now, thanks a lot.
I failed to set a Font with a custom ToTheme. I try this:
=> Only fontSize and color are modified, the font is not changed.
With Bloc I use this:
BlTextElement new text: ('lmonijqgys 8' asRopedText foreground: Color red; fontSize: 32;fontName: 'Univia Pro').
=> This worksThis font Univia is loaded from local directory "/assets/fonts/Univia" :
AeFontManager globalInstance scanDirectory: 'assets/fonts/Univia/' asFileReference.