Maria GDK 5.0.0.738
Documentation of native code in develop branch
Loading...
Searching...
No Matches
STK::Font Member List

This is the complete list of members for STK::Font, including all inherited members.

atlas_data_ (defined in STK::Font)STK::Fontprotected
atlas_height_ (defined in STK::Font)STK::Fontprotected
atlas_width_ (defined in STK::Font)STK::Fontprotected
bindTexture()STK::Fontinline
calcMaxPackedCodepoint(const std::vector< std::unique_ptr< T > > &char_ranges) const (defined in STK::Font)STK::Fontinlineprotected
clearTexture()STK::Font
findCharRanges(std::vector< std::unique_ptr< T > > &char_ranges, int max_cp) (defined in STK::Font)STK::Fontinlineprotected
Font(const std::string &font_id) (defined in STK::Font)STK::Fontinline
font_data_ (defined in STK::Font)STK::Fontprotected
font_filename_ (defined in STK::Font)STK::Fontprotected
font_id_ (defined in STK::Font)STK::Fontprotected
font_idx_ (defined in STK::Font)STK::Fontprotected
font_info_ (defined in STK::Font)STK::Fontprotected
font_num_ (defined in STK::Font)STK::Fontprotected
font_scale_ (defined in STK::Font)STK::Fontprotected
font_size_ (defined in STK::Font)STK::Fontprotected
getAdvanceBearing(int codepoint, float &advance, float &bearing)STK::Fontinline
getAscent() constSTK::Fontinline
getCharacterQuad(int codepoint, stbtt_aligned_quad &quad, float &offsetX, float &offsetY)=0 (defined in STK::Font)STK::Fontprotectedpure virtual
getDescent() constSTK::Fontinline
getFontID() const (defined in STK::Font)STK::Fontinline
getFontNumber() constSTK::Fontinline
getLineDistance() constSTK::Fontinline
getLineGap() constSTK::Fontinline
getPixelSize() constSTK::Fontinline
initFontData(const std::string &filename, int font_size, int font_idx=0)STK::Font
makeGlyphInfo(uint32_t character, float &offsetX, float &offsetY)STK::Font
pixelToPointSize(double px_size, double dpi=96) (defined in STK::Font)STK::Fontstatic
pointToPixelSize(double pt_size, double dpi=96) (defined in STK::Font)STK::Fontstatic
s_font_num_ (defined in STK::Font)STK::Fontprotectedstatic
saveTextureAtlas(const std::string &filename="")STK::Font
texture_ (defined in STK::Font)STK::Fontprotected
texture_dirty_ (defined in STK::Font)STK::Fontprotected
updateTexture()STK::Font