Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
void printFontNames()
29
{
30
31
for( vector<string>::const_iterator fontName = Font::getNames().begin(); fontName != Font::getNames().end(); ++fontName )
32
console() << *fontName << endl;
33
}
34
35
void TextTestApp::setup()
36
{
Callers
1
setup
Method · 0.85
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected