Inkscape
Vector Graphics Editor
|
Public Attributes | |
std::map< int, std::string > | openTypeSVGData |
std::map< unsigned int, SVGGlyphEntry > | openTypeSVGGlyphs |
std::map< Glib::ustring, OTVarAxis > | openTypeVarAxes |
std::optional< std::map< Glib::ustring, OTSubstitution > > | openTypeTables |
std::unordered_map< unsigned int, std::unique_ptr< FontGlyph const > > | glyphs |
Definition at line 171 of file font-instance.h.
std::unordered_map<unsigned int, std::unique_ptr<FontGlyph const> > FontInstance::Data::glyphs |
Definition at line 194 of file font-instance.h.
std::map<int, std::string> FontInstance::Data::openTypeSVGData |
Definition at line 178 of file font-instance.h.
std::map<unsigned int, SVGGlyphEntry> FontInstance::Data::openTypeSVGGlyphs |
Definition at line 181 of file font-instance.h.
std::optional<std::map<Glib::ustring, OTSubstitution> > FontInstance::Data::openTypeTables |
Definition at line 187 of file font-instance.h.
std::map<Glib::ustring, OTVarAxis> FontInstance::Data::openTypeVarAxes |
Definition at line 184 of file font-instance.h.