![]() |
nCine 2025.06.r503-ff15d8d
A cross-platform 2D game engine
|
This is the complete list of members for ncine::Font, including all inherited members.
base() const | ncine::Font | inline |
Font() | ncine::Font | |
Font(const char *fntBufferName, const unsigned char *fntBufferPtr, unsigned long int fntBufferSize, const char *texFilename) | ncine::Font | |
Font(const char *fntBufferName, const unsigned char *fntBufferPtr, unsigned long int fntBufferSize, const char *texBufferName, const unsigned char *texBufferPtr, unsigned long int texBufferSize) | ncine::Font | |
Font(const char *fntBufferName, const unsigned char *fntBufferPtr, unsigned long int fntBufferSize, Texture *texture) | ncine::Font | |
Font(const char *fntFilename) | ncine::Font | explicit |
Font(const char *fntFilename, const char *texFilename) | ncine::Font | |
Font(const char *fntFilename, Texture *texture) | ncine::Font | |
Font(Font &&) | ncine::Font | |
fromId(unsigned int id) | ncine::Object | static |
glyph(unsigned int glyphId) const | ncine::Font | |
GLYPH_IN_ALPHA enum value | ncine::Font | |
GLYPH_IN_RED enum value | ncine::Font | |
GLYPH_SPRITE enum value | ncine::Font | |
id() const | ncine::Object | inline |
lineHeight() const | ncine::Font | inline |
loadFromFile(const char *fntFilename) (defined in ncine::Font) | ncine::Font | |
loadFromFile(const char *fntFilename, const char *texFilename) (defined in ncine::Font) | ncine::Font | |
loadFromFile(const char *fntFilename, Texture *texture) (defined in ncine::Font) | ncine::Font | |
loadFromMemory(const char *fntBufferName, const unsigned char *fntBufferPtr, unsigned long int fntBufferSize, const char *texFilename) (defined in ncine::Font) | ncine::Font | |
loadFromMemory(const char *fntBufferName, const unsigned char *fntBufferPtr, unsigned long int fntBufferSize, const char *texBufferName, const unsigned char *texBufferPtr, unsigned long int texBufferSize) (defined in ncine::Font) | ncine::Font | |
loadFromMemory(const char *fntBufferName, const unsigned char *fntBufferPtr, unsigned long int fntBufferSize, Texture *texture) (defined in ncine::Font) | ncine::Font | |
MaxNameLength | ncine::Object | static |
name() const | ncine::Object | |
numGlyphs() const | ncine::Font | inline |
numKernings() const | ncine::Font | inline |
Object(ObjectType type) | ncine::Object | explicit |
Object(ObjectType type, const char *name) | ncine::Object | |
Object(Object &&other) | ncine::Object | |
Object(const Object &other) | ncine::Object | protected |
ObjectType enum name | ncine::Object | |
operator=(Font &&) | ncine::Font | |
ncine::Object::operator=(Object &&other) | ncine::Object | |
renderMode() const | ncine::Font | inline |
RenderMode enum name | ncine::Font | |
setName(const char *name) | ncine::Object | |
setTexture(Texture *texture) | ncine::Font | |
sType() (defined in ncine::Font) | ncine::Font | inlinestatic |
texture() const | ncine::Font | inline |
texture() | ncine::Font | inline |
textureSize() const | ncine::Font | inline |
type() const | ncine::Object | inline |
type_ | ncine::Object | protected |
~Font() override (defined in ncine::Font) | ncine::Font | |
~Object() | ncine::Object | virtual |