Method | Description | |
---|---|---|
DXFont ( SharpDX.Direct3D11.Device device, DeviceContext deviceContext ) : System | ||
Dispose ( ) : void | ||
GetCharHeight ( ) : int | ||
GetCharRect ( char c ) : SharpDX.Rectangle | ||
GetFontSheetSRV ( ) : SharpDX.Direct3D11.ShaderResourceView | ||
GetSpaceWidth ( ) : int | ||
Initialize ( string FontName, float FontSize, FontStyle FontStyle, bool AntiAliased ) : bool |
Method | Description | |
---|---|---|
BuildFontSheetBitmap ( |
||
BuildFontSheetTexture ( |
||
GetCharMaxX ( |
||
GetCharMinX ( |
||
MeasureChars ( |
public DXFont ( SharpDX.Direct3D11.Device device, DeviceContext deviceContext ) : System | ||
device | SharpDX.Direct3D11.Device | |
deviceContext | DeviceContext | |
return | System |
public GetCharRect ( char c ) : SharpDX.Rectangle | ||
c | char | |
return | SharpDX.Rectangle |
public GetFontSheetSRV ( ) : SharpDX.Direct3D11.ShaderResourceView | ||
return | SharpDX.Direct3D11.ShaderResourceView |
public Initialize ( string FontName, float FontSize, FontStyle FontStyle, bool AntiAliased ) : bool | ||
FontName | string | |
FontSize | float | |
FontStyle | FontStyle | |
AntiAliased | bool | |
return | bool |