Skia
2D Graphics Library
SkSVGFontStyle Class Reference

#include <SkSVGTypes.h>

Public Types

enum class  Type { kNormal , kItalic , kOblique , kInherit }
 

Public Member Functions

 SkSVGFontStyle ()
 
 SkSVGFontStyle (Type t)
 
bool operator== (const SkSVGFontStyle &other) const
 
bool operator!= (const SkSVGFontStyle &other) const
 
Type type () const
 

Member Enumeration Documentation

◆ Type

enum SkSVGFontStyle::Type
strong
Enumerator
kNormal 
kItalic 
kOblique 
kInherit 

Constructor & Destructor Documentation

◆ SkSVGFontStyle() [1/2]

SkSVGFontStyle::SkSVGFontStyle ( )
inline

◆ SkSVGFontStyle() [2/2]

SkSVGFontStyle::SkSVGFontStyle ( Type  t)
inlineexplicit

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

◆ type()

Type SkSVGFontStyle::type ( ) const
inline

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