Re: Return initial font size
[email protected] (Ludovic Courtès)
| Newsgroups | gmane.comp.type-setting.lout |
|---|---|
| Message-ID | <[email protected]> |
Hi, Tristan Williams <[email protected]> skribis: > @InitialFont{ Times Base 12p} > > Using @CurrFamily I can get "Times" > Using @CurrFace I can get "Base" > > but I can't seem to find a way to get 12p. The ‘f’ unit should give you what you want: 1.0f means the current font size, 2.0f is twice the current font size, etc. It can be used anywhere a size is expected, like “2.0f @Wide”, “2.0f @Break”, “2.0f @Font”, etc. Thanks, Ludo’.