Home
last modified time | relevance | path

Searched refs:embossFont (Results 1 – 3 of 3) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dstyles.h196 wxString embossFont; variable
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dstyles.cpp741 embossFont = wxEmptyString; in Style()
899 style->embossFont = wxString( subNode->Attribute( "font" ), wxConvUTF8 ); in Init()
H A Dchcanv.cpp10976 if( style->embossFont == wxEmptyString ){ in CreateDepthUnitEmbossMaps()
10983 …mbossHeight, wxFONTFAMILY_SWISS, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, false, style->embossFont ); in CreateDepthUnitEmbossMaps()
11007 if( style->embossFont == wxEmptyString ){ in SetOverzoomFont()
11014 …mbossHeight, wxFONTFAMILY_SWISS, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_BOLD, false, style->embossFont ); in SetOverzoomFont()