Version: |
1.2 |
Description: |
Unlike most other Windows programs, Visual CADD™ measures text height in real world units, specifically inches, instead of points. |
Declaration: |
|
C/C++ |
extern "C" double WINAPI VCGetTextHeight(short*
iError); |
Delphi |
procedure VCGetTextHeightBP(var iError:
Smallint; var dRet: Double); stdcall; |
ActiveX/COM |
Function GetTextHeight() As Double |
Parameters: |
dRet - the text height. |
Notes: |
|
See Also: |
VCGetTextAspect, VCGetTextBold, VCGetTextCharSpace, VCGetTextColor, VCGetTextFontName, VCGetTextItalic, VCGetTextItalicValue, VCGetTextJustify, VCGetTextLayer, VCGetTextLineSpace, VCGetTextProSpacing, VCGetTextRot, VCGetTextString, VCGetTextUnderline |