オーバーロード一覧
オーバーロード | 解説 |
RenderText コンストラクタ() | Initializes a new instance of the RenderText class. |
RenderText コンストラクタ(String) | Initializes a new instance of the RenderText class, assigning the RenderText.Text property. |
RenderText コンストラクタ(String,Style) | Initializes a new instance of the RenderText class, assigning the RenderText.Text property and style. |
RenderText コンストラクタ(String,Font) | Initializes a new instance of the RenderText class, assigning the RenderText.Text property and font. |
RenderText コンストラクタ(String,Font,Color) | Initializes a new instance of the RenderText class, assigning the RenderText.Text property, font and text color. |
RenderText コンストラクタ(String,Font,Color,AlignHorzEnum) | Initializes a new instance of the RenderText class, assigning the RenderText.Text property, font, text color and alignment. |
RenderText コンストラクタ(String,Font,AlignHorzEnum) | Initializes a new instance of the RenderText class, assigning the RenderText.Text property, font and text alignment. |
RenderText コンストラクタ(String,AlignHorzEnum) | Initializes a new instance of the RenderText class, assigning the RenderText.Text property, and text alignment. |
RenderText コンストラクタ(String,Style,Style) | Initializes a new instance of the RenderText class, assigning the RenderText.Text property, and the parent styles. |
参照