Platforms to show: All Mac Windows Linux Cross-Platform
DynaPDFMBS.WriteTextAnsi(PosX as Double, PosY as Double, aText as string) as Boolean
Function:
The function prints a text onto the current open page, template, or pattern.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.3 | Yes | Yes | Yes | Yes | All |
This item is deprecated and should no longer be used.
You can use Non ANSI function. instead.
Notes:
The text parameter is converted to ANSI, so use only with SetFont with kcp1252.See also WriteText function in DynaPDF manual.
DynaPDFMBS.WriteTextDirect(PosX as Double, PosY as Double, aText as string) as Boolean
Function:
The function prints a text onto the current open page, template, or pattern.
Notes: The text parameter is not converted, so pass a string in the right encoding.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 10.4 | Yes | Yes | Yes | Yes | All |
Notes: The text parameter is not converted, so pass a string in the right encoding.
See also:
DynaPDFMBS.WriteTextDirect(PosX as Double, PosY as Double, glyphs() as Integer) as Boolean
Function:
The function prints a text onto the current open page, template, or pattern.
Notes:
This version takes an array of integers. So pass in values in the encoding you are using. This can be glyph values or bytes in any encoding you selected in the SetFont method.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 10.4 | Yes | Yes | Yes | Yes | All |
Notes:
This version takes an array of integers. So pass in values in the encoding you are using. This can be glyph values or bytes in any encoding you selected in the SetFont method.
See also:
DynaPDFMBS.WriteTextMatrix(Matrix as DynaPDFMatrixMBS, glyphs() as Integer) as Boolean
Function:
The function prints a text onto the current open page, template, or pattern by using a transformation matrix to calculate the position of the string.
Notes:
This version takes an array of integers. So if you are using the kcpUnicode on SetFont, please pass an array of unicode codepoints. If you use kcpGlyphIndexes, please pass an array of glyph values.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 10.4 | Yes | Yes | Yes | Yes | All |
Notes:
This version takes an array of integers. So if you are using the kcpUnicode on SetFont, please pass an array of unicode codepoints. If you use kcpGlyphIndexes, please pass an array of glyph values.
See also:
See also WriteTextMatrix function in DynaPDF manual.
DynaPDFMBS.WriteTextMatrix(Matrix as DynaPDFMatrixMBS, Text as string) as Boolean
Function:
The function prints a text onto the current open page, template, or pattern by using a transformation matrix to calculate the position of the string.
Notes: The text parameter is converted to unicode.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.0 | Yes | Yes | Yes | Yes | All |
Notes: The text parameter is converted to unicode.
See also:
See also WriteTextMatrix function in DynaPDF manual.
DynaPDFMBS.WriteTextMatrixAnsi(Matrix as DynaPDFMatrixMBS, Text as string) as Boolean
Function:
The function prints a text onto the current open page, template, or pattern by using a transformation matrix to calculate the position of the string.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 8.3 | Yes | Yes | Yes | Yes | All |
This item is deprecated and should no longer be used.
You can use Non ANSI function. instead.
Notes:
The text parameter is converted to ANSI, so use only with SetFont with kcp1252.See also WriteTextMatrix function in DynaPDF manual.
DynaPDFMBS.WriteTextMatrixDirect(Matrix as DynaPDFMatrixMBS, glyphs() as Integer) as Boolean
Function:
The function prints a text onto the current open page, template, or pattern by using a transformation matrix to calculate the position of the string.
Notes:
This version takes an array of integers. So pass in values in the encoding you are using. This can be glyph values or bytes in any encoding you selected in the SetFont method.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 10.4 | Yes | Yes | Yes | Yes | All |
Notes:
This version takes an array of integers. So pass in values in the encoding you are using. This can be glyph values or bytes in any encoding you selected in the SetFont method.
See also:
DynaPDFMBS.WriteTextMatrixDirect(Matrix as DynaPDFMatrixMBS, Text as string) as Boolean
Function:
The function prints a text onto the current open page, template, or pattern by using a transformation matrix to calculate the position of the string.
Notes: The text parameter is not converted, so pass a string in the right encoding.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 10.4 | Yes | Yes | Yes | Yes | All |
Notes: The text parameter is not converted, so pass a string in the right encoding.
See also:
The items on this page are in the following plugins: MBS DynaPDF Plugin.

Links
MBS Xojo Plugins