![]() |
![]() |
StructFontProperties.Uppercase
Property Uppercase As cdrFontCase
Member of StructFontProperties
The Uppercase property returns or sets the attributes of the case for the characters in the text.
The Uppercase property returns a value of cdrFontCase.
The following code example creates a text object and applies small caps to it:
Sub Test() Dim s As Shape Set s = ActiveLayer.CreateArtisticText(4, 5, "Small Caps Text") s.Text.FontProperties.Uppercase = cdrSmallCapsFontCase End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.