MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / SetFont

Method SetFont

ogl/basic.cpp:712–720  ·  view source on GitHub ↗

* Region functions * */

Source from the content-addressed store, hash-verified

710 *
711 */
712void wxShape::SetFont(wxFont *the_font, int regionId)
713{
714 m_font = the_font;
715 wxNode *node = m_regions.Item(regionId);
716 if (!node)
717 return;
718 wxShapeRegion *region = (wxShapeRegion *)node->GetData();
719 region->SetFont(the_font);
720}
721
722wxFont *wxShape::GetFont(int n) const
723{

Callers 4

wxShapeMethod · 0.45
FormatTextMethod · 0.45
OnDrawContentsMethod · 0.45
ReadRegionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected