Graphviz 12.1.0~dev.20240716.0947
Loading...
Searching...
No Matches
Layout Struct Reference

#include <gvplugin_gdiplus.h>

Public Member Functions

 Layout (char *fontname, double fontsize, char *string)
 

Data Fields

std::unique_ptr< Gdiplus::Font > font
 
std::vector< WCHAR > text
 

Detailed Description

Definition at line 51 of file gvplugin_gdiplus.h.

Constructor & Destructor Documentation

◆ Layout()

Layout::Layout ( char *  fontname,
double  fontsize,
char *  string 
)

Definition at line 30 of file gvtextlayout_gdiplus.cpp.

References fetch_first_font(), font, DeviceContext::hdc, len(), and text.

Here is the call graph for this function:

Field Documentation

◆ font

std::unique_ptr<Gdiplus::Font> Layout::font

Definition at line 53 of file gvplugin_gdiplus.h.

Referenced by Layout().

◆ text

std::vector<WCHAR> Layout::text

Definition at line 54 of file gvplugin_gdiplus.h.

Referenced by Layout().


The documentation for this struct was generated from the following files: