Unit 'DirectXUT' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_win_directxut]

CDXUTTextHelper

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: DirectXUT.pas line 1939

type CDXUTTextHelper = class

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure SetInsertionPos();

  

  procedure SetForegroundColor();

  

  procedure _Begin;

  

  function DrawFormattedTextLine();

  

  function DrawTextLine();

  

  procedure _End;

  

protected

  m_pFont: ID3DXFont;

  

  m_pSprite: ID3DXSprite;

  

  m_clr: TD3DXColor;

  

  m_pt: TPoint;

  

  m_nLineHeight: Integer;

  

end;

Inheritance

CDXUTTextHelper

  

|

TObject



CT Web help

CodeTyphon Studio