(trace, index, layoutFont)
| 138 | } |
| 139 | |
| 140 | function getOutsideTextFont(trace, index, layoutFont) { |
| 141 | var defaultFont = getTextFont(trace, index, layoutFont); |
| 142 | return getFontValue( |
| 143 | attributeOutsideTextFont, trace.outsidetextfont, index, defaultFont); |
| 144 | } |
| 145 | |
| 146 | function getFontValue(attributeDefinition, attributeValue, index, defaultValue) { |
| 147 | attributeValue = attributeValue || {}; |
no test coverage detected
searching dependent graphs…