ADOBE FRAMEMAKER 10
MIF Reference
205
FCombinedFontName is a new statement to express the combined font name. The FFamily statement expresses the
base font’s family name.
The
FPostScriptName and FPlatformName statements all refer to the base font. The following new statements have
been added to express the corresponding values for the Roman font:
• FWesternPostScriptName
• FWesternPlatformName
Syntax
Example
The following is an example of a combined font in a Para statement:
<Para
<Unique 996885>
<PgfTag `Body'>
<ParaLine
<Font
<FTag `'>
<FPlatformName `M.Osaka.P'>
<FWesternPlatformName `M.Times.P'>
<FFamily `Osaka'>
<FCombinedFontName `MyCombinedFont'>
<FEncoding `JISX0208.ShiftJIS'>
<FLocked No>
> # end of Font
<String `CombinedFontStatement '>
<Font
<FTag `'>
<FPlatformName `M.Osaka.P'>
<FWesternPlatformName `M.Times.P'>
<FFamily `Osaka'>
<FCombinedFontName `MyCombinedFont'>
<PgfFont
…
<FPostScriptName
string
>
The PostScript name for the base font
<FPlatformName
string
>
The platform name for the base font
<FWesternPostScriptName
string
>
The PostScript name for the Roman font
<FWesternPlatformName
string
>
The platform name for the Roman font
<FCombinedFontName
string
>
The name of the combined font, as defined in the combined font
catalog
<FEncoding
string
>
Specifies the encoding for the base font. This is to specify the
encoding for a double-byte font. If not present, the default is
Roman.
keyword
can be one of:
JISX0208.ShiftJIS
BIG5
GB2312-80.EUC
KSC5601-1992
…
>
End of the PgfFont statement