On 19.03.2015, at 14:58, Bert Freudenberg <bert@freudenbergs.de> wrote:

On 19.03.2015, at 13:06, Tobias Pape <Das.Linux@gmx.de> wrote:


On 19.03.2015, at 11:54, Marcel Taeumel <marcel.taeumel@student.hpi.uni-potsdam.de> wrote:

Would it be difficult to let the user decide/override which font sizes to
import?

Yeno :D
To quote TTCFont class >> #pointSizes

"The default sizes that are created when a TextStyle is created.  You can add new sizes by the new-size feature."
^ #(9 12 15 24 36).

So, it is possible to change the point size of a TTCFont internally
and TextStyles also support this somewhat, but actually _adding_ a point
size takes code; after import/install you could do

((TextStyle named: 'Gill Sans') addNewFontSize: 8)

but there's no UI.

There used to be UI. We lost it when the font menu was replaced with the font dialog.


- Bert -