![]() |
neoGFX
Cross-platform C++ app/game engine
|
This is the complete list of members for neogfx::font, including all inherited members.
| abstract_type typedef | neogfx::font_info | |
| descender() const | neogfx::font | |
| disable_kerning() | neogfx::font_info | virtual |
| enable_kerning() | neogfx::font_info | virtual |
| fallback() const | neogfx::font | |
| family_name() const override | neogfx::font | virtual |
| fixed_size(uint32_t aFixedSizeIndex) const | neogfx::font | |
| font() | neogfx::font | |
| font(std::string const &aFamilyName, font_style aStyle, point_size aSize) | neogfx::font | |
| font(std::string const &aFamilyName, std::string const &aStyleName, point_size aSize) | neogfx::font | |
| font(const font_info &aFontInfo) | neogfx::font | |
| font(const font &aOther) | neogfx::font | |
| font(const font &aOther, font_style aStyle, point_size aSize) | neogfx::font | |
| font(const font &aOther, std::string const &aStyleName, point_size aSize) | neogfx::font | |
| font_info() | neogfx::font_info | |
| font_info(std::string const &aFamilyName, font_style aStyle, point_size aSize) | neogfx::font_info | |
| font_info(std::string const &aFamilyName, std::string const &aStyleName, point_size aSize) | neogfx::font_info | |
| font_info(std::string const &aFamilyName, font_style aStyle, std::string const &aStyleName, point_size aSize) | neogfx::font_info | |
| font_info(const font_info &aOther) | neogfx::font_info | |
| font_manager class | neogfx::font | friend |
| glyph_texture(const glyph &aGlyph) const | neogfx::font | |
| graphics_context class | neogfx::font | friend |
| has_fallback() const | neogfx::font | |
| height() const | neogfx::font | |
| id() const | neogfx::font | |
| is_bitmap_font() const | neogfx::font | |
| kerning(uint32_t aLeftGlyphIndex, uint32_t aRightGlyphIndex) const | neogfx::font | |
| kerning() const | neogfx::font | |
| neogfx::font_info::kerning() const | neogfx::font_info | virtual |
| line_spacing() const | neogfx::font | |
| load_from_file(std::string const &aFileName) | neogfx::font | static |
| load_from_file(std::string const &aFileName, font_style aStyle, point_size aSize) | neogfx::font | static |
| load_from_file(std::string const &aFileName, std::string const &aStyleName, point_size aSize) | neogfx::font | static |
| load_from_memory(const void *aData, std::size_t aSizeInBytes) | neogfx::font | static |
| load_from_memory(const void *aData, std::size_t aSizeInBytes, font_style aStyle, point_size aSize) | neogfx::font | static |
| load_from_memory(const void *aData, std::size_t aSizeInBytes, std::string const &aStyleName, point_size aSize) | neogfx::font | static |
| native_font_face() const | neogfx::font | |
| num_fixed_sizes() const | neogfx::font | |
| operator!=(const font &aRhs) const | neogfx::font | |
| neogfx::font_info::operator!=(const font_info &aRhs) const | neogfx::font_info | |
| operator<(const font &aRhs) const | neogfx::font | |
| neogfx::font_info::operator<(const font_info &aRhs) const | neogfx::font_info | |
| operator=(const font &aOther) | neogfx::font | |
| neogfx::font_info::operator=(const font_info &aOther) | neogfx::font_info | |
| operator==(const font &aRhs) const | neogfx::font | |
| neogfx::font_info::operator==(const font_info &aRhs) const | neogfx::font_info | |
| point_size typedef | neogfx::font_info | |
| set_underline(bool aUnderline) | neogfx::font_info | virtual |
| size() const override | neogfx::font | virtual |
| style() const override | neogfx::font | virtual |
| style_available() const | neogfx::font_info | virtual |
| style_name() const override | neogfx::font | virtual |
| style_name_available() const | neogfx::font_info | virtual |
| underline() const | neogfx::font_info | virtual |
| weight() const | neogfx::font_info | virtual |
| weight_from_style(font_style aStyle) | neogfx::font_info | static |
| weight_from_style_name(std::string aStyleName) | neogfx::font_info | static |
| with_size(point_size aSize) const | neogfx::font_info | |
| with_style(font_style aStyle) const | neogfx::font_info | |
| with_underline(bool aUnderline) const | neogfx::font_info | |
| ~font() | neogfx::font | |
| ~font_info() | neogfx::font_info | virtual |