| DEPRECATED: | Since Creo 4.0 |
| SUPERSEDED BY: | ProTextStyleWidthGet |
| Description |
| Note: This function is deprecated Use ProTextStyleWidthGet instead. Get the text width_factor. |
| Replacement in Object TOOLKIT: | pfcDetailText::TextWidthFactor |
| Synopsis |
| #include <ProDtlnote.h> |
| ProError | ProDtlnotetextWidthGet | ( |
| ProDtlnotetext text | |
| /*
(In) |
| The handle to the text |
| */ |
| double* width_factor | |
| /*
(Out) |
| The ratio between the width and height of each character in the string. More correctly, this is the area each character occupies, including the space between them and the next character. |
| */ |
| ) |
| Returns |
|
|