|
GlistEngine
|
This is the complete list of members for gFont, including all inherited members.
| addChild(gNode *child) | gNode | |
| boom(float distance) | gNode | |
| children | gNode | protected |
| createRenderer() | gRenderObject | static |
| destroyRenderer() | gRenderObject | static |
| disableShadowMapping() | gRenderObject | static |
| dolly(float distance) | gNode | |
| drawText(const std::string &text, float x, float y) | gFont | |
| drawTextHorizontallyFlipped(const std::string &text, float x, float y) | gFont | |
| drawTextVerticallyFlipped(const std::string &text, float x, float y) | gFont | |
| enableShadowMapping() | gRenderObject | static |
| getDpi() const | gFont | |
| getId() const | gNode | |
| getLineHeight() const | gFont | |
| getOrientation() const | gNode | |
| getParent() const | gNode | |
| getPath() const | gFont | |
| getPosition() const | gNode | |
| getPosX() const | gNode | |
| getPosY() const | gNode | |
| getPosZ() const | gNode | |
| getRenderer() | gRenderObject | static |
| getScalarDirectionX() const | gNode | |
| getScalarDirectionY() const | gNode | |
| getScalarDirectionZ() const | gNode | |
| getScale() const | gNode | |
| getScreenHeight() | gRenderObject | |
| getScreenWidth() | gRenderObject | |
| getSize() const | gFont | |
| getStringHeight(const std::string &text) | gFont | |
| getStringWidth(const std::string &text) | gFont | |
| getTransformationMatrix() const | gNode | |
| gEventHook() | gEventHook | |
| gFont() | gFont | |
| gGetAppDir() | gObject | static |
| gGetAssetsDir() | gObject | static |
| gGetDatabasesDir() | gObject | static |
| gGetFilesDir() | gObject | static |
| gGetFontsDir() | gObject | static |
| gGetImagesDir() | gObject | static |
| gGetModelsDir() | gObject | static |
| gGetShadersDir() | gObject | static |
| gGetSoundsDir() | gObject | static |
| gGetTexturesDir() | gObject | static |
| gGetVideosDir() | gObject | static |
| gNode() | gNode | |
| gObject() | gObject | |
| gRenderObject() | gRenderObject | |
| gSetAssetsDir(std::string assetsDir) | gObject | static |
| hooks | gEventHook | static |
| isAntialised() const | gFont | |
| isEnabled() const | gNode | |
| isenabled | gNode | protected |
| isLoaded() const | gFont | |
| isshadowmappingenabled | gRenderObject | protectedstatic |
| isShadowMappingEnabled() | gRenderObject | static |
| load(const std::string &fullPath, int size, bool isAntialiased=true, int dpi=96) | gFont | |
| loadFont(const std::string &fontPath, int size, bool isAntialiased=true, int dpi=96) | gFont | |
| localtransformationmatrix | gNode | protected |
| logd(std::string message) | gObject | |
| logd(std::string tag, std::string message) | gObject | |
| loge(std::string message) | gObject | |
| loge(std::string tag, std::string message) | gObject | |
| logi(std::string message) | gObject | |
| logi(std::string tag, std::string message) | gObject | |
| LOGLEVEL_DEBUG | gObject | static |
| LOGLEVEL_ERROR | gObject | static |
| LOGLEVEL_INFO | gObject | static |
| LOGLEVEL_SILENT | gObject | static |
| LOGLEVEL_WARNING | gObject | static |
| logw(std::string message) | gObject | |
| logw(std::string tag, std::string message) | gObject | |
| move(float dx, float dy, float dz) | gNode | |
| move(const glm::vec3 &dv) | gNode | |
| onEvent(gEvent &event) override | gFont | virtual |
| orientation | gNode | protected |
| pan(float radians) | gNode | |
| panDeg(float degrees) | gNode | |
| parent | gNode | protected |
| popMatrix() const | gNode | |
| gRenderObject::popMatrix() | gRenderObject | |
| position | gNode | protected |
| prevorientation | gNode | protected |
| prevposition | gNode | protected |
| prevscalevec | gNode | protected |
| processTransformationMatrix() | gNode | protectedvirtual |
| pushMatrix() const | gNode | |
| gRenderObject::pushMatrix() | gRenderObject | |
| releaseresolution | gObject | protectedstatic |
| releasescaling | gObject | protectedstatic |
| removeChild(gNode *child) | gNode | |
| removeChild(int gObjectId) | gNode | |
| removeParent() | gNode | |
| renderpassno | gObject | protectedstatic |
| renderpassnum | gObject | protectedstatic |
| roll(float radians) | gNode | |
| rollDeg(float degrees) | gNode | |
| rotate(const glm::quat &q) | gNode | |
| rotate(float radians, float ax, float ay, float az) | gNode | |
| rotateAround(float radians, const glm::vec3 &axis, const glm::vec3 &point) | gNode | |
| rotateAroundDeg(float degrees, const glm::vec3 &axis, const glm::vec3 &point) | gNode | |
| rotateDeg(float degrees, float ax, float ay, float az) | gNode | |
| gNode::scale(float sx, float sy, float sz) | gNode | |
| gNode::scale(float s) | gNode | |
| scalevec | gNode | protected |
| setCurrentResolution(int scalingNo, int currentResolutionNo) | gObject | static |
| setEnabled(bool isEnabled) | gNode | |
| setOrientation(const glm::quat &o) | gNode | |
| setOrientation(const glm::vec3 &angles) | gNode | |
| setParent(gNode *parent) | gNode | |
| setPosition(float px, float py, float pz) | gNode | |
| setPosition(const glm::vec3 &pv) | gNode | |
| setScale(const glm::vec3 &s) | gNode | |
| setScale(float sx, float sy, float sz) | gNode | |
| setScale(float s) | gNode | |
| setScreenScaling(int screenScaling) | gRenderObject | static |
| setScreenSize(int screenWidth, int screenHeight) | gRenderObject | static |
| setTransformationMatrix(const glm::mat4 &transformationMatrix) | gNode | |
| setUnitScreenSize(int unitWidth, int unitHeight) | gRenderObject | static |
| TextAlign enum name | gFont | |
| tilt(float radians) | gNode | |
| tiltDeg(float degrees) | gNode | |
| truck(float distance) | gNode | |
| wrapSentenceByWidth(const std::string &text, float maxWidth, TextAlign align=TextAlign::LEFT) | gFont | |
| ~gEventHook() | gEventHook | virtual |
| ~gFont() | gFont | virtual |
| ~gNode() | gNode | virtual |