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

Method Clear

scintilla/src/Style.cxx:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void FontMeasurements::Clear() {
65 ascent = 1;
66 descent = 1;
67 aveCharWidth = 1;
68 spaceWidth = 1;
69 sizeZoomed = 2;
70}
71
72Style::Style() : FontSpecification() {
73 Clear(ColourDesired(0, 0, 0), ColourDesired(0xff, 0xff, 0xff),

Callers

nothing calls this directly

Calls 1

ClearFontMethod · 0.80

Tested by

no test coverage detected