API Documentation > CorelDRAW > 2025-v26 > Layer > IVGLayer
Layer.CreateArtisticTextWide method
Creates Unicode artistic text
Syntax:
Function CreateArtisticTextWide(ByVal Left As Double, ByVal Bottom As Double, ByVal Text As String, Optional ByVal LanguageID As cdrTextLanguage = cdrLanguageNone, Optional ByVal CharSet As cdrTextCharSet = cdrCharSetMixed, Optional ByVal Font As String, Optional ByVal Size As Single = 0, Optional ByVal Bold As cdrTriState = cdrUndefined, Optional ByVal Italic As cdrTriState = cdrUndefined, Optional ByVal Underline As cdrFontLine = cdrMixedFontLine, Optional ByVal Alignment As cdrAlignment = cdrMixedAlignment) As Shape
Parameters:
Name Type Description
Left
Double
Bottom
Double
Text
String
LanguageID
Specifies the language.
CharSet
Specifies the character set.
Font
String
Size
Single
Specifies the font size.
Bold
Specifies whether to apply boldface.
Italic
Specifies whether to apply italics.
Underline
Specifies an underline to apply.
Alignment
Specifies the alignment.
Remarks:
The ArtisticTextWide method creates artistic text, in Unicode, at a specified location on a layer. You can specify various properties for the text.