Skia
2D Graphics Library
SkSVGFontFamily Class Reference

#include <SkSVGTypes.h>

Public Types

enum class  Type { kFamily , kInherit }
 

Public Member Functions

 SkSVGFontFamily ()
 
 SkSVGFontFamily (const char family[])
 
bool operator== (const SkSVGFontFamily &other) const
 
bool operator!= (const SkSVGFontFamily &other) const
 
Type type () const
 
const SkStringfamily () const
 

Member Enumeration Documentation

◆ Type

enum SkSVGFontFamily::Type
strong
Enumerator
kFamily 
kInherit 

Constructor & Destructor Documentation

◆ SkSVGFontFamily() [1/2]

SkSVGFontFamily::SkSVGFontFamily ( )
inline

◆ SkSVGFontFamily() [2/2]

SkSVGFontFamily::SkSVGFontFamily ( const char  family[])
inlineexplicit

Member Function Documentation

◆ family()

const SkString& SkSVGFontFamily::family ( ) const
inline

◆ operator!=()

bool SkSVGFontFamily::operator!= ( const SkSVGFontFamily other) const
inline

◆ operator==()

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

◆ type()

Type SkSVGFontFamily::type ( ) const
inline

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