Code cleanup, move a lot of "Host" APIs to GpCommon

This commit is contained in:
elasota
2020-11-25 12:05:59 -05:00
parent 9d0f2c35b3
commit 5c640b72eb
102 changed files with 759 additions and 1072 deletions

View File

@@ -3,15 +3,16 @@
#include "CoreDefs.h"
#include "IGpFont.h"
#include "GpIOStream.h"
#include "HostFontHandler.h"
#include "IGpFontRenderedGlyph.h"
#include "MacRomanConversion.h"
#include "PLBigEndian.h"
#include "PLPasStr.h"
#include "RenderedFont.h"
#include "GpRenderedFontMetrics.h"
#include "GpRenderedGlyphMetrics.h"
#include "PLBigEndian.h"
#include "PLDrivers.h"
#include "PLPasStr.h"
#include <assert.h>
#include <string.h>
#include <stdlib.h>