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

Class FontNames

scintilla/src/ViewStyle.h:29–40  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

27/**
28 */
29class FontNames {
30private:
31 std::vector<char *> names;
32
33 // Private so FontNames objects can not be copied
34 FontNames(const FontNames &);
35public:
36 FontNames();
37 ~FontNames();
38 void Clear();
39 const char *Save(const char *name);
40};
41
42class FontRealised : public FontMeasurements {
43 // Private so FontRealised objects can not be copied

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected