Nugget
|
This is the complete list of members for psyqo::Font< N >, including all inherited members.
chainprint(GPU &gpu, eastl::string_view text, Vertex pos, Color color) | psyqo::FontBase | |
chainprint(GPU &gpu, const char *text, Vertex pos, Color color) | psyqo::FontBase | |
chainprintf(GPU &gpu, Vertex pos, Color color, const char *format,...) | psyqo::FontBase | inline |
chainvprintf(GPU &gpu, Vertex pos, Color color, const char *format, va_list ap) | psyqo::FontBase | |
GlyphsFragment typedef | psyqo::FontBase | protected |
initialize(GPU &gpu, Vertex location, Vertex glyphSize) | psyqo::FontBase | |
innerprint(GlyphsFragment *fragment, GPU &gpu, eastl::string_view text, Vertex pos, Color color) | psyqo::FontBase | protected |
innerprint(GlyphsFragment *fragment, GPU &gpu, const char *text, Vertex pos, Color color) | psyqo::FontBase | protected |
innervprintf(GlyphsFragment *fragment, GPU &gpu, Vertex pos, Color color, const char *format, va_list ap) | psyqo::FontBase | protected |
print(GPU &gpu, eastl::string_view text, Vertex pos, Color color) | psyqo::FontBase | |
print(GPU &gpu, eastl::string_view text, Vertex pos, Color color, eastl::function< void()> &&callback, DMA::DmaCallback dmaCallback) | psyqo::FontBase | |
print(GPU &gpu, const char *text, Vertex pos, Color color) | psyqo::FontBase | |
print(GPU &gpu, const char *text, Vertex pos, Color color, eastl::function< void()> &&callback, DMA::DmaCallback dmaCallback) | psyqo::FontBase | |
printf(GPU &gpu, Vertex pos, Color color, const char *format,...) | psyqo::FontBase | inline |
printf(GPU &gpu, Vertex pos, Color color, eastl::function< void()> &&callback, DMA::DmaCallback dmaCallback, const char *format,...) | psyqo::FontBase | inline |
unpackFont(GPU &gpu, const uint8_t *data, Vertex location, Vertex textureSize) | psyqo::FontBase | static |
uploadKromFont(GPU &gpu, Vertex location={{.x=960,.y=422}}) | psyqo::FontBase | |
uploadSystemFont(GPU &gpu, Vertex location={{.x=960,.y=464}}) | psyqo::FontBase | |
vprintf(GPU &gpu, Vertex pos, Color color, const char *format, va_list ap) | psyqo::FontBase | |
vprintf(GPU &gpu, Vertex pos, Color color, eastl::function< void()> &&callback, DMA::DmaCallback dmaCallback, const char *format, va_list ap) | psyqo::FontBase | |
~Font() | psyqo::Font< N > | inlinevirtual |
~FontBase() | psyqo::FontBase | inlinevirtual |