|
Graphviz 14.0.3~dev.20251029.0425
|
#include <memory>#include <vector>#include <windows.h>#include <gdiplus.h>Go to the source code of this file.
Data Structures | |
| struct | DeviceContext |
| struct | Layout |
Enumerations | |
| enum | { FORMAT_NONE , FORMAT_METAFILE , FORMAT_BMP , FORMAT_EMF , FORMAT_EMFPLUS , FORMAT_GIF , FORMAT_JPEG , FORMAT_PNG , FORMAT_TIFF } |
Functions | |
| void | gdiplus_free_layout (void *layout) |
| void | UseGdiplus () |
| const Gdiplus::StringFormat * | GetGenericTypographic () |
| void | SaveBitmapToStream (Gdiplus::Bitmap &bitmap, IStream *stream, int format) |
| anonymous enum |
| Enumerator | |
|---|---|
| FORMAT_NONE | |
| FORMAT_METAFILE | |
| FORMAT_BMP | |
| FORMAT_EMF | |
| FORMAT_EMFPLUS | |
| FORMAT_GIF | |
| FORMAT_JPEG | |
| FORMAT_PNG | |
| FORMAT_TIFF | |
Definition at line 19 of file gvplugin_gdiplus.h.
| void gdiplus_free_layout | ( | void * | layout | ) |
Definition at line 60 of file gvtextlayout_gdiplus.cpp.
References layout().
Referenced by gdiplus_textlayout(), and gdiplusgen_textspan().
| const Gdiplus::StringFormat * GetGenericTypographic | ( | ) |
Definition at line 56 of file gvplugin_gdiplus.cpp.
References format.
Referenced by gdiplus_textlayout(), and gdiplusgen_textspan().
| void SaveBitmapToStream | ( | Gdiplus::Bitmap & | bitmap, |
| IStream * | stream, | ||
| int | format | ||
| ) |
| void UseGdiplus | ( | ) |
Definition at line 45 of file gvplugin_gdiplus.cpp.
References _gdiplusToken, and UnuseGdiplus().
Referenced by gdiplus_format(), gdiplus_textlayout(), and gdiplusgen_begin_job().