CloverBootloader/rEFIt_UEFI/libeg/VectorGraphics.h

21 lines
413 B
C
Raw Normal View History

2020-03-31 17:59:35 +02:00
/*
* VectorGraphics.h
*
* Created on: 31 Mar 2020
* Author: jief
*/
#ifndef LIBEG_VECTORGRAPHICS_H_
#define LIBEG_VECTORGRAPHICS_H_
2020-04-23 15:20:48 +02:00
#include "../cpp_foundation/XString.h"
2020-03-31 17:59:35 +02:00
#include "../Platform/plist.h"
#include "XImage.h"
INTN renderSVGtext(XImage* TextBufferXY, INTN posX, INTN posY, INTN textType, const XStringW& string, UINTN Cursor);
VOID testSVG(VOID);
#endif /* LIBEG_VECTORGRAPHICS_H_ */