| 141 | } |
| 142 | |
| 143 | void Style::ClearTo(const Style &source) { |
| 144 | Clear( |
| 145 | source.fore, |
| 146 | source.back, |
| 147 | source.size, |
| 148 | source.fontName, |
| 149 | source.characterSet, |
| 150 | source.weight, |
| 151 | source.italic, |
| 152 | source.eolFilled, |
| 153 | source.underline, |
| 154 | source.caseForce, |
| 155 | source.visible, |
| 156 | source.changeable, |
| 157 | source.hotspot); |
| 158 | } |
| 159 | |
| 160 | void Style::Copy(Font &font_, const FontMeasurements &fm_) { |
| 161 | font.MakeAlias(font_); |
no outgoing calls
no test coverage detected