Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
TypefaceId Struct Reference

Public Member Functions

bool operator== (TypefaceId &other) const
 

Public Attributes

uint32_t bufferId
 
uint32_t ttcIndex
 

Detailed Description

Definition at line 220 of file SkFontMgr_fuchsia.cpp.

Member Function Documentation

◆ operator==()

bool TypefaceId::operator== ( TypefaceId other) const
inline

Definition at line 224 of file SkFontMgr_fuchsia.cpp.

224 {
225 return std::tie(bufferId, ttcIndex) == std::tie(other.bufferId, other.ttcIndex);
226 }

Member Data Documentation

◆ bufferId

uint32_t TypefaceId::bufferId

Definition at line 221 of file SkFontMgr_fuchsia.cpp.

◆ ttcIndex

uint32_t TypefaceId::ttcIndex

Definition at line 222 of file SkFontMgr_fuchsia.cpp.


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