ofDocsdocumentation addons ofxGui ofxGui (functions)

ofxGui (functions)


ofxGuiSetBackgroundColor( ... )

void ofxGuiSetBackgroundColor(const ofColor &color)

ofxGuiSetBitmapFont( )

void ofxGuiSetBitmapFont()

ofxGuiSetBorderColor( ... )

void ofxGuiSetBorderColor(const ofColor &color)

ofxGuiSetDefaultEventsPriority( ... )

void ofxGuiSetDefaultEventsPriority(ofEventOrder eventsPriority)

ofxGuiSetDefaultHeight( ... )

void ofxGuiSetDefaultHeight(int height)

ofxGuiSetDefaultWidth( ... )

void ofxGuiSetDefaultWidth(int width)

ofxGuiSetFillColor( ... )

void ofxGuiSetFillColor(const ofColor &color)

ofxGuiSetFont( ... )

void ofxGuiSetFont(const string &fontPath, int fontsize, bool _bAntiAliased=true, bool _bFullCharacterSet=true, int dpi=0)

ofxGuiSetFont( ... )

void ofxGuiSetFont(const ofTrueTypeFontSettings &fontSettings)

ofxGuiSetHeaderColor( ... )

void ofxGuiSetHeaderColor(const ofColor &color)

ofxGuiSetTextColor( ... )

void ofxGuiSetTextColor(const ofColor &color)

ofxGuiSetTextPadding( ... )

void ofxGuiSetTextPadding(int padding)