MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / TMyFont

Class TMyFont

sourcecommon/utils.h:115–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113// ������������ �� BYTE ������� ��� ������������� � �������� ���� LanMon 1
114#pragma pack(push,1)
115class TMyFont
116{
117public:
118 TColor Color;
119 int Height;
120 char Name[32];
121 TFontPitch Pitch;
122 int PixelsPerInch;
123 int Size;
124 BYTE Style; // ���� 1 2 4 8 {fsBold,fsItalic,fsUnderline,fsStrikeOut};
125
126public:
127 void Get(TFont *);
128 void Set(TFont *);
129 bool Load(TMYIniFile * f, char * Section);
130 bool Save(TMYIniFile * f, char * Section);
131};
132#pragma pack(pop)
133//-----------------------------------------------------------------
134// �������� ������ ���� �� "�������� ����". ������: TWaitCursor wait;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected