1 #ifndef FONTFAMILY_HPP_INCLUDED
2 #define FONTFAMILY_HPP_INCLUDED
5 #include "../JavaClass/Class.hpp"
28 std::vector<std::vector<std::int8_t>>
GetGlyphs()
const;
FontFamily(const FontFamily &Obj)=default
FontFamily & operator=(FontFamily &&Obj)=default
FontFamily & operator=(const FontFamily &Obj)=default
FontFamily(FontFamily &&Obj)=default
std::vector< std::vector< std::int8_t > > GetGlyphs() const
std::vector< std::int32_t > GetGlyphHeights() const
std::int32_t GetHeightSpacing() const
FontFamily(const void *Obj)
std::vector< std::int32_t > GetGlyphWidths() const
std::vector< std::int32_t > GetGlyphWidthOffsets() const
std::vector< std::int32_t > GetGlyphHeightOffsets() const