![]() |
![]() |
StructFontProperties.Position
Property Position As cdrFontPosition
Member of StructFontProperties
The Position property returns or sets the position of characters for a block of text.
The Position property returns a value of cdrFontPosition.
The following code example creates a text object with a subscript character:
Sub Test() Dim s As Shape Set s = ActiveLayer.CreateArtisticText(4, 5, "H2O") s.Text.FontPropertiesInRange(2, 1).Position = cdrSubscriptFontPosition End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.