MCPcopy Create free account
hub / github.com/cinder/Cinder / printFontNames

Function printFontNames

samples/TextTest/src/TextTestApp.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26};
27
28void printFontNames()
29{
30
31 for( vector<string>::const_iterator fontName = Font::getNames().begin(); fontName != Font::getNames().end(); ++fontName )
32 console() << *fontName << endl;
33}
34
35void TextTestApp::setup()
36{

Callers 1

setupMethod · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected