Home > All Other Interfaces > ITerrainDynamicObject > FontStyle

FontStyle

The appearance of the text (valid only for DYNAMIC_TEXT_LABEL type). The style can be any combination of the following values (or 0 for regular font):

§   TE_FONT_BOLD  = 1

§   TE_FONT_ITALIC = 2

§   TE_FONT_UNDERLINE = 4

 

JavaScript

 

 

 

 

FontStyle

 

C#

 

 

 

 

int FontStyle { get; set; }

 

C++

 

 

 

 

HRESULT FontStyle([out, retval] long* pVal)

HRESULT FontStyle([in] long pVal)