ASW Lib
A.D.S. Games SDL Wrapper Library. A library targeted at Allegro4 users who want to switch to SDL3 and use modern c++.
Loading...
Searching...
No Matches
anonymous_namespace{util.cpp}::TextSizeCacheKey Struct Reference

Public Member Functions

bool operator== (const TextSizeCacheKey &) const =default
 

Public Attributes

asw::Font font
 
std::string text
 

Detailed Description

Definition at line 10 of file util.cpp.

Member Function Documentation

◆ operator==()

bool anonymous_namespace{util.cpp}::TextSizeCacheKey::operator== ( const TextSizeCacheKey & ) const
default

Member Data Documentation

◆ font

asw::Font anonymous_namespace{util.cpp}::TextSizeCacheKey::font

Definition at line 11 of file util.cpp.

◆ text

std::string anonymous_namespace{util.cpp}::TextSizeCacheKey::text

Definition at line 12 of file util.cpp.


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