|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
#include <stdint.h>#include "arc/graphics/color.h"#include "arc/graphics/renderer.h"#include "arc/math/point.h"#include "arc/std/string.h"Go to the source code of this file.
Typedefs | |
| typedef struct ARC_Text | ARC_Text |
Functions | |
| void | ARC_Text_Create (ARC_Text **text, ARC_String *path, int32_t size, ARC_Color color) |
| void | ARC_Text_Destroy (ARC_Text *font) |
| void | ARC_Text_SetString (ARC_Text *text, ARC_Renderer *renderer, ARC_String *string) |
| void | ARC_Text_Render (ARC_Text *text, ARC_Renderer *renderer) |
| void | ARC_Text_SetPos (ARC_Text *text, ARC_Point pos) |
| void ARC_Text_Create | ( | ARC_Text ** | text, |
| ARC_String * | path, | ||
| int32_t | size, | ||
| ARC_Color | color ) |
| void ARC_Text_Destroy | ( | ARC_Text * | font | ) |
| void ARC_Text_Render | ( | ARC_Text * | text, |
| ARC_Renderer * | renderer ) |
| void ARC_Text_SetString | ( | ARC_Text * | text, |
| ARC_Renderer * | renderer, | ||
| ARC_String * | string ) |