Version: |
1.2 |
Description: |
Vector fonts can be slanted to emulate italics. |
Declaration: |
|
C/C++ |
extern "C"
double WINAPI VCGetTextItalicValue(short* iError, double* dI); |
Delphi |
procedure VCGetTextItalicValueBP(var
iError: Smallint; var dI: Double); stdcall; |
ActiveX/COM |
Function GetTextItalicValue() As Double |
Parameters: |
dI - the angle in radians for the slant |
Notes: |
The number must range between 45 and -45 degrees. As with all angle functions, the angle is specified in radians. A negative number will slant the text backwards. |
See Also: |
VCGetTextAspect, VCGetTextBold, VCGetTextCharSpace, VCGetTextColor, VCGetTextFontName, VCGetTextHeight, VCGetTextItalic, VCGetTextItalicValue, VCGetTextJustify, VCGetTextLayer, VCGetTextLineSpace, VCGetTextProSpacing, VCGetTextRot, VCGetTextString, VCGetTextUnderline |