#include <PiGui.h>
|
| using | UsedRange = std::pair< uint16_t, uint16_t > |
| |
|
| | PiFace (const std::string &ttfname, float sizefactor) |
| |
| | PiFace (const std::string &svgname, uint16_t startGlyph, int columns, int rows) |
| |
| const std::string & | ttfname () const |
| |
| float | sizefactor () const |
| |
| const std::string & | svgname () const |
| |
| bool | isSvgFont () const |
| |
| int | svgRows () const |
| |
| int | svgCols () const |
| |
| ImFont * | addTTFFaceToAtlas (int pixelSize, ImFontConfig *config, ImVector< ImWchar > *ranges) |
| |
| ImFont * | addSVGFaceToAtlas (int pixelSize, ImFontConfig *config, ImVector< ImWchar > *ranges, RasterizeSVGResult *svgData, ImVector< int > *outGlyphRects) |
| |
| void | finishSVGFaceData (ImFont *font, int pixelSize, RasterizeSVGResult *svgData, ImVector< int > *glyphRects) |
| |
◆ UsedRange
◆ PiFace() [1/2]
| PiGui::PiFace::PiFace |
( |
const std::string & |
ttfname, |
|
|
float |
sizefactor |
|
) |
| |
|
inline |
◆ PiFace() [2/2]
| PiGui::PiFace::PiFace |
( |
const std::string & |
svgname, |
|
|
uint16_t |
startGlyph, |
|
|
int |
columns, |
|
|
int |
rows |
|
) |
| |
|
inline |
◆ addSVGFaceToAtlas()
| ImFont * PiFace::addSVGFaceToAtlas |
( |
int |
pixelSize, |
|
|
ImFontConfig * |
config, |
|
|
ImVector< ImWchar > * |
ranges, |
|
|
RasterizeSVGResult * |
svgData, |
|
|
ImVector< int > * |
outGlyphRects |
|
) |
| |
◆ addTTFFaceToAtlas()
| ImFont * PiFace::addTTFFaceToAtlas |
( |
int |
pixelSize, |
|
|
ImFontConfig * |
config, |
|
|
ImVector< ImWchar > * |
ranges |
|
) |
| |
◆ finishSVGFaceData()
| void PiFace::finishSVGFaceData |
( |
ImFont * |
font, |
|
|
int |
pixelSize, |
|
|
RasterizeSVGResult * |
svgData, |
|
|
ImVector< int > * |
glyphRects |
|
) |
| |
◆ isSvgFont()
| bool PiGui::PiFace::isSvgFont |
( |
| ) |
const |
|
inline |
◆ sizefactor()
| float PiGui::PiFace::sizefactor |
( |
| ) |
const |
|
inline |
◆ svgCols()
| int PiGui::PiFace::svgCols |
( |
| ) |
const |
|
inline |
◆ svgname()
| const std::string & PiGui::PiFace::svgname |
( |
| ) |
const |
|
inline |
◆ svgRows()
| int PiGui::PiFace::svgRows |
( |
| ) |
const |
|
inline |
◆ ttfname()
| const std::string & PiGui::PiFace::ttfname |
( |
| ) |
const |
|
inline |
◆ Instance
The documentation for this class was generated from the following files: