ITextStyle Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by ITextStyle.

Public Properties

 NameDescription
 PropertyAngleGets or sets the angle of the TextStyle.  
 PropertyBackwardsGets or sets whether to display a mirror image of the text for the TextStyle.  
 PropertyBigFontGets or sets the file name of the big font for the TextStyle.  
 PropertyFontGets or sets the name of the font for the TextStyle.  
 PropertyHandleGets the value of the handle for the TextStyle.  
 PropertyHeightGets or sets the height of the TextStyle.  
 PropertyNameGets the name of the TextStyle.  
 PropertySpacingGets or sets the aspect ratio (the width of the characters in relation to the height) of the TextStyle.  
 PropertyTextStyleFontTypeGets the type of font of the TextStyle.  
 PropertyUpsideDownGets or sets whether to display the text of the TextStyle upside down.  
 PropertyVerticalGets or sets whether to vertically align the text of the TextStyle.  
Top

Public Methods

 NameDescription
 MethodActivateActivates the TextStyle.  
 MethodCreateExtensionDictionaryCreates a dictionary for the TextStyle.  
 MethodDeleteCustomDataDeletes the specified custom data from the TextStyle.  
 MethodGetCustomDataGets the specified custom data for the TextStyle.  
 MethodGetExtensionDictionaryGets the dictionary for the TextStyle.  
 MethodGetFontParametersGets the parameters of a Windows font for the TextStyle.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the TextStyle, if the dictionary exists and is empty.  
 MethodRenameRenames the TextStyle.  
 MethodSetCustomDataSets the custom data for the TextStyle.  
 MethodSetFontParametersSets the parameters of a Windows font for the TextStyle.  
Top

See Also