'Declaration
Public Function GetTextHeight( _ ByVal FontResName As String, _ ByVal TextSize As Single _ ) As Single
public float GetTextHeight( string FontResName, float TextSize )
public function GetTextHeight( FontResName: String; TextSize: Single ): Single;
public function GetTextHeight( FontResName : String, TextSize : float ) : float;
public: float GetTextHeight( string* FontResName, float TextSize )
public: float GetTextHeight( String^ FontResName, float TextSize )
Parameters
- FontResName
- TextSize