DDraceNetwork Docs
STextBoundingBox Struct Reference

#include <textrender.h>

Public Member Functions

float Right () const
 
float Bottom () const
 
vec2 Size () const
 
void MoveBy (vec2 Offset)
 

Public Attributes

float m_X
 
float m_Y
 
float m_W
 
float m_H
 

Member Function Documentation

◆ Bottom()

float STextBoundingBox::Bottom ( ) const
inline

◆ MoveBy()

void STextBoundingBox::MoveBy ( vec2  Offset)
inline

◆ Right()

float STextBoundingBox::Right ( ) const
inline

◆ Size()

vec2 STextBoundingBox::Size ( ) const
inline

Member Data Documentation

◆ m_H

float STextBoundingBox::m_H

◆ m_W

float STextBoundingBox::m_W

◆ m_X

float STextBoundingBox::m_X

◆ m_Y

float STextBoundingBox::m_Y

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