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

Class FontRealised

scintilla/src/ViewStyle.h:42–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42class FontRealised : public FontMeasurements {
43 // Private so FontRealised objects can not be copied
44 FontRealised(const FontRealised &);
45 FontRealised &operator=(const FontRealised &);
46public:
47 Font font;
48 FontRealised();
49 virtual ~FontRealised();
50 void Realise(Surface &surface, int zoomLevel, int technology, const FontSpecification &fs);
51};
52
53enum IndentView {ivNone, ivReal, ivLookForward, ivLookBoth};
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected