Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to express the symbol of "Φ" by using ASCII code

  • Thread starter Thread starter api303
  • Start date Start date
Status
Not open for further replies.
A

api303

Guest
it must be accepted by Pro/e system.
 
One way (in 2001 and Wildfire) is to type the letter 'f' and set the font to cal_grek.
 
how to set cal_grek font?

please tell me in detail.

thank you!
 
you can directly set the font to cal_grek in the dialog box when drawing text.
 
Heres a response from someone on the exploder last week to that very question.



1. It seems that using the Pro/E font cal_greek works the best for me.



2. Windows character map.



3. Also, this response from TJ:



you need to use alt keys to create your text.. you shouldn't have a problem sizing them then.. for example.. holding down the alt key and selecting 0169 on the number pad gives you
 
thanks .

but my problem is:

strncpy( text, @O Φ, sizeof(text)-1 );

ProArrayAlloc (0, sizeof(ProLine), 1, (ProArray*)&p_texts);

ProStringToWstring(line,text);

ProArrayObjectAdd ((ProArray*)&p_texts, PRO_VALUE_

UNUSED, 1,text);

ProDimensionTextSet (dim, p_texts);

// I'd like to add Φ to my c application,then displaying it in drawing.

Any solutions?

model.
 
THANK U!

My problem has resolved.
 
Try Alt+0216
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top