DynaPDF.GetDescent
Returns the descender of the active font.
Component |
Version |
macOS |
Windows |
Linux |
Server |
iOS SDK |
DynaPDF
|
10.5 |
✅ Yes |
✅ Yes |
✅ Yes |
✅ Yes |
✅ Yes |
MBS( "DynaPDF.GetDescent"; PDF )
More
MBS(
"DynaPDF.GetDescent"; /* Returns the descender of the active font. */
$PDF) /* The PDF reference returned from
DynaPDF.New. */
Less
Parameters
Parameter |
Description |
Example |
PDF |
The PDF reference returned from DynaPDF.New. |
$pdf |
Result
Returns value or error.
Description
Returns the descender of the active font.
The descender is a typographic value that specifies the maximum extent to which characters in the active font descend below the baseline.
The descender is normally a negative value. However, it is always returned as a positive value to make the usage easier.
If the function succeeds the return value is the typographic descender of the active font as positive double. If the function fails the return value is an error message.
See also DynaPDF.GetAscent function.
See also GetDescent function in DynaPDF manual.
See also
Release notes
Blog Entries
This function checks for a license.
Created 24th October 2020, last changed 24th October 2020
DynaPDF.GetDefaultBarcodeParameters
-
DynaPDF.GetDocInfo