mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 07:06:36 +00:00
Add Roboto font, misc icons and text things
This commit is contained in:
@@ -129,7 +129,7 @@ namespace PortabilityLayer
|
||||
|
||||
void *imageData = m_pixMap->GetPixelData();
|
||||
|
||||
if (m_pixMap->GetPixelFormat() == PixelFormat_8BitStandard)
|
||||
if (m_pixMap->GetPixelFormat() == GpPixelFormats::k8BitStandard)
|
||||
{
|
||||
switch (m_blitType)
|
||||
{
|
||||
@@ -301,7 +301,7 @@ void DrawPicture(PicHandle pict, Rect *bounds)
|
||||
|
||||
switch (pixMap->GetPixelFormat())
|
||||
{
|
||||
case PortabilityLayer::PixelFormat_8BitStandard:
|
||||
case GpPixelFormats::k8BitStandard:
|
||||
{
|
||||
PortabilityLayer::PixMapBlitEmitter blitEmitter(PortabilityLayer::Vec2i(bounds->left, bounds->top), pixMap);
|
||||
PortabilityLayer::QDPictDecoder decoder;
|
||||
|
Reference in New Issue
Block a user