This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofBitmapFont.h
Go to the documentation of this file.
15 also, note that while this is used internally in ofGraphics, it's not really useful for end user usage.
23 ofMesh getMesh(const std::string & text, int x, int y, ofDrawBitmapMode mode=OF_BITMAPMODE_MODEL_BILLBOARD, bool vFlipped=true) const;
25 ofRectangle getBoundingBox(const std::string & text, int x, int y, ofDrawBitmapMode mode = ofGetStyle().drawBitmapMode, bool vFlipped = ofIsVFlipped()) const;
Definition ofBitmapFont.h:19
ofMesh getMesh(const std::string &text, int x, int y, ofDrawBitmapMode mode=OF_BITMAPMODE_MODEL_BILLBOARD, bool vFlipped=true) const
Definition ofBitmapFont.cpp:397
ofRectangle getBoundingBox(const std::string &text, int x, int y, ofDrawBitmapMode mode=ofGetStyle().drawBitmapMode, bool vFlipped=ofIsVFlipped()) const
Definition ofBitmapFont.cpp:481
ofDrawBitmapMode
Sets the bitmap drawing mode for text.
Definition ofGraphicsConstants.h:125