Skia
2D Graphics Library
SkSVGFontWeight Class Reference

#include <SkSVGTypes.h>

Public Types

enum class  Type {
  k100 , k200 , k300 , k400 ,
  k500 , k600 , k700 , k800 ,
  k900 , kNormal , kBold , kBolder ,
  kLighter , kInherit
}
 

Public Member Functions

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

Member Enumeration Documentation

◆ Type

enum SkSVGFontWeight::Type
strong
Enumerator
k100 
k200 
k300 
k400 
k500 
k600 
k700 
k800 
k900 
kNormal 
kBold 
kBolder 
kLighter 
kInherit 

Constructor & Destructor Documentation

◆ SkSVGFontWeight() [1/2]

SkSVGFontWeight::SkSVGFontWeight ( )
inline

◆ SkSVGFontWeight() [2/2]

SkSVGFontWeight::SkSVGFontWeight ( Type  t)
inlineexplicit

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

◆ type()

Type SkSVGFontWeight::type ( ) const
inline

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