|
Khaotic Engine Reborn
|
Public Member Functions | |
| text_class (const text_class &) | |
| bool | Initialize (ID3D11Device *, ID3D11DeviceContext *, int, int, int, font_class *, char *, int, int, float, float, float) |
| void | Shutdown () |
| void | Render (ID3D11DeviceContext *) |
| int | GetIndexCount () |
| bool | UpdateText (ID3D11DeviceContext *, font_class *, char *, int, int, float, float, float) |
| XMFLOAT4 | GetPixelColor () |
Definition at line 12 of file text_class.h.
| text_class::text_class | ( | ) |
Definition at line 4 of file text_class.cpp.
| text_class::text_class | ( | const text_class & | other | ) |
Definition at line 11 of file text_class.cpp.
| text_class::~text_class | ( | ) |
Definition at line 16 of file text_class.cpp.
| int text_class::GetIndexCount | ( | ) |
Definition at line 59 of file text_class.cpp.
| XMFLOAT4 text_class::GetPixelColor | ( | ) |
Definition at line 247 of file text_class.cpp.
| bool text_class::Initialize | ( | ID3D11Device * | device, |
| ID3D11DeviceContext * | deviceContext, | ||
| int | screenWidth, | ||
| int | screenHeight, | ||
| int | maxLength, | ||
| font_class * | Font, | ||
| char * | text, | ||
| int | positionX, | ||
| int | positionY, | ||
| float | red, | ||
| float | green, | ||
| float | blue ) |
Definition at line 20 of file text_class.cpp.
| void text_class::Render | ( | ID3D11DeviceContext * | deviceContext | ) |
Definition at line 51 of file text_class.cpp.
| void text_class::Shutdown | ( | ) |
Definition at line 43 of file text_class.cpp.
| bool text_class::UpdateText | ( | ID3D11DeviceContext * | deviceContext, |
| font_class * | Font, | ||
| char * | text, | ||
| int | positionX, | ||
| int | positionY, | ||
| float | red, | ||
| float | green, | ||
| float | blue ) |
Definition at line 169 of file text_class.cpp.