CloverBootloader/rEFIt_UEFI/libeg/VectorGraphics.h

20 lines
382 B
C
Raw Permalink 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 "XImage.h"
INTN renderSVGtext(XImage* TextBufferXY, INTN posX, INTN posY, INTN textType, const XStringW& string, UINTN Cursor);
2020-10-03 19:02:31 +02:00
void testSVG(void);
2020-03-31 17:59:35 +02:00
#endif /* LIBEG_VECTORGRAPHICS_H_ */