KiCad PCB EDA Suite
|
#include <pdf_outline_font.h>
Public Attributes | |
PDF_OUTLINE_FONT_SUBSET * | m_subset = nullptr |
std::string | m_bytes |
std::vector< PDF_OUTLINE_FONT_GLYPH > | m_glyphs |
Definition at line 46 of file pdf_outline_font.h.
std::string PDF_OUTLINE_FONT_RUN::m_bytes |
Definition at line 49 of file pdf_outline_font.h.
Referenced by PDF_OUTLINE_FONT_MANAGER::EncodeString().
std::vector<PDF_OUTLINE_FONT_GLYPH> PDF_OUTLINE_FONT_RUN::m_glyphs |
Definition at line 50 of file pdf_outline_font.h.
Referenced by PDF_OUTLINE_FONT_MANAGER::EncodeString().
PDF_OUTLINE_FONT_SUBSET* PDF_OUTLINE_FONT_RUN::m_subset = nullptr |
Definition at line 48 of file pdf_outline_font.h.
Referenced by PDF_OUTLINE_FONT_MANAGER::EncodeString().