MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / ClearTo

Method ClearTo

scintilla/src/Style.cxx:143–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void 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
160void Style::Copy(Font &font_, const FontMeasurements &fm_) {
161 font.MakeAlias(font_);

Callers 2

ClearStylesMethod · 0.80
AllocStylesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected