Changing fonts
When opening an fm file in FM2019 I do get a 'font missing' message. But the fm search doesn't show me where the font is. The MIF version of the file shows the missing font:
<Tbl
<TblID 99>
<TblTag `B-Sb'>
<TblFormat
<TblColumn
<TblColumnNum 0>
<TblColumnWidth 100.0 mm>
<TblColumnH
<PgfTag `A4_Tag'>
<Pgf
<PgfFont
<FTag `'>
<FPlatformName `W.Frutiger 45 Light.R.400'>
<FFamily `Frutiger 45 Light'>
<FVar `Regular'>
<FWeight `Regular'>
<FAngle `Regular'>
<FPostScriptName `Frutiger-Light'>
<FEncoding `FrameRoman'>
...
> # end of PgfFont
> # end of Pgf
> # end of TblColumnH
...
I'd like to change the missing font to an existing one, i.e. Arial.
The tags that need to be changed are:
<FPlatformName `W.Frutiger 45 Light.R.400'>
<FFamily `Frutiger 45 Light'>
<FPostScriptName `Frutiger-Light'>
Is there a way to change the font in FM directly (and not in MIF)?
