AlpacaLibary  1.63
A closed source C++ bot for OSRS
Internal::FontFamily Class Reference

#include <FontFamily.hpp>

Inheritance diagram for Internal::FontFamily:
Internal::Rasterizer2D Internal::CacheableNode Internal::Node Internal::Object Internal::Font

Public Member Functions

 FontFamily (const void *Obj)
 
 FontFamily ()=default
 
 FontFamily (FontFamily &&Obj)=default
 
 FontFamily (const FontFamily &Obj)=default
 
FontFamilyoperator= (FontFamily &&Obj)=default
 
FontFamilyoperator= (const FontFamily &Obj)=default
 
std::vector< std::int32_t > GetGlyphHeightOffsets () const
 
std::vector< std::int32_t > GetGlyphHeights () const
 
std::vector< std::int32_t > GetGlyphWidthOffsets () const
 
std::vector< std::int32_t > GetGlyphWidths () const
 
std::vector< std::vector< std::int8_t > > GetGlyphs () const
 
std::int32_t GetHeightSpacing () const
 
- Public Member Functions inherited from Internal::Rasterizer2D
 Rasterizer2D (const void *Obj)
 
 Rasterizer2D ()=default
 
 Rasterizer2D (Rasterizer2D &&Obj)=default
 
 Rasterizer2D (const Rasterizer2D &Obj)=default
 
Rasterizer2Doperator= (Rasterizer2D &&Obj)=default
 
Rasterizer2Doperator= (const Rasterizer2D &Obj)=default
 
- Public Member Functions inherited from Internal::CacheableNode
 CacheableNode (const void *Obj)
 
 CacheableNode ()=default
 
 CacheableNode (CacheableNode &&Obj)=default
 
 CacheableNode (const CacheableNode &Obj)=default
 
CacheableNodeoperator= (CacheableNode &&Obj)=default
 
CacheableNodeoperator= (const CacheableNode &Obj)=default
 
CacheableNode GetNext () const
 
CacheableNode GetPrev () const
 
- Public Member Functions inherited from Internal::Node
 Node (const void *Obj)
 
 Node ()=default
 
 Node (Node &&Obj)=default
 
 Node (const Node &Obj)=default
 
Nodeoperator= (Node &&Obj)=default
 
Nodeoperator= (const Node &Obj)=default
 
Node GetNext () const
 
Node GetPrev () const
 
std::int64_t GetUID () const
 
- Public Member Functions inherited from Internal::Object
 Object (const void *Obj=nullptr)
 
 Object (Object &&Obj)
 
 Object (const Object &Obj)
 
Objectoperator= (Object &&Obj)
 
Objectoperator= (const Object &Obj)
 
bool operator== (const Object &O) const
 
bool operator!= (const Object &O) const
 
 operator bool () const
 
 operator void * () const
 
bool Equals (Object O) const
 
bool InstanceOf (Class C) const
 
virtual ~Object ()
 

Static Public Member Functions

static Class GetClass ()
 
- Static Public Member Functions inherited from Internal::Rasterizer2D
static Class GetClass ()
 
- Static Public Member Functions inherited from Internal::CacheableNode
static Class GetClass ()
 
- Static Public Member Functions inherited from Internal::Node
static Class GetClass ()
 

Additional Inherited Members

- Public Attributes inherited from Internal::Object
void * Obj = nullptr
 

Detailed Description

Definition at line 11 of file FontFamily.hpp.

Constructor & Destructor Documentation

◆ FontFamily() [1/4]

Internal::FontFamily::FontFamily ( const void *  Obj)

◆ FontFamily() [2/4]

Internal::FontFamily::FontFamily ( )
default

◆ FontFamily() [3/4]

Internal::FontFamily::FontFamily ( FontFamily &&  Obj)
default

◆ FontFamily() [4/4]

Internal::FontFamily::FontFamily ( const FontFamily Obj)
default

Member Function Documentation

◆ GetClass()

static Class Internal::FontFamily::GetClass ( )
static

◆ GetGlyphHeightOffsets()

std::vector<std::int32_t> Internal::FontFamily::GetGlyphHeightOffsets ( ) const

◆ GetGlyphHeights()

std::vector<std::int32_t> Internal::FontFamily::GetGlyphHeights ( ) const

◆ GetGlyphs()

std::vector<std::vector<std::int8_t> > Internal::FontFamily::GetGlyphs ( ) const

◆ GetGlyphWidthOffsets()

std::vector<std::int32_t> Internal::FontFamily::GetGlyphWidthOffsets ( ) const

◆ GetGlyphWidths()

std::vector<std::int32_t> Internal::FontFamily::GetGlyphWidths ( ) const

◆ GetHeightSpacing()

std::int32_t Internal::FontFamily::GetHeightSpacing ( ) const

◆ operator=() [1/2]

FontFamily& Internal::FontFamily::operator= ( const FontFamily Obj)
default

◆ operator=() [2/2]

FontFamily& Internal::FontFamily::operator= ( FontFamily &&  Obj)
default

The documentation for this class was generated from the following file: