DiscussionsIssue archiveOther usage issues

Archived discussion

Zoomable Text

Other usage issuesTue, 04/01/2003 - 14:301 reply

Browse this forum
QuestionAuthor

Hi,

How Can I display a ZOOMABLE text in a 3D window ? I am using Prs3d_TextAspect::Draw().

Thanks in advance
~Amod

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Hi!
Did you mean Prs3d_Text::Draw()?....

In fact you can use Prs3d_TextAspect::SetHeight( number ).
Try to pass numbers like 10, 15, 20.

Hope that will work.
Commenter-1