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

Method FontNames

scintilla/src/ViewStyle.cxx:35–36  ·  view source on GitHub ↗

A list of the fontnames - avoids wasting space in each style

Source from the content-addressed store, hash-verified

33
34// A list of the fontnames - avoids wasting space in each style
35FontNames::FontNames() {
36}
37
38FontNames::~FontNames() {
39 Clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected