Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
DynaPDF.ChangeFontStyle
This function changes the style of the current font.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
DynaPDF | 3.1 | Yes | Yes | Yes | Yes | Yes |
MBS( "DynaPDF.ChangeFontStyle"; PDF; Style ) More
Parameters
Parameter | Description | Example value |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
Style | The new font style. See DynaPDF.LoadFont for details. | 8 |
Result
Returns OK or error message.
Description
This function changes the style of the current font.Only the style flags Underlined (4) and Striked (8) can be set with this function. The font styles fsBold and fsItalic requires another font file that must be selected with DynaPDF.SetFont.
See also ChangeFontStyle function in DynaPDF manual.
See also
Example Databases
Created 18th August 2014, last changed 27th May 2017
DynaPDF.ChangeFontSize - DynaPDF.ChangeFontStyleEx
Feedback: Report problem or ask question.
Links
MBS FileMaker tutorial videos