mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
FontEffect support - outlined fonts
This commit is contained in:
parent
474bad09b2
commit
89bf475045
10 changed files with 385 additions and 8 deletions
|
@ -241,6 +241,7 @@ ImageData* ImageEffects::GetDestImage(ImageData* usingImage)
|
|||
return mSwapImages[1];
|
||||
|
||||
ImageData* anImage = new ImageData();
|
||||
anImage->mStride = usingImage->mStride;
|
||||
anImage->mWidth = usingImage->mWidth;
|
||||
anImage->mHeight = usingImage->mHeight;
|
||||
anImage->mBits = new uint32[anImage->mWidth*anImage->mHeight];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue