Skia
2D Graphics Library
SkSVGFontSize Class Reference

#include <SkSVGTypes.h>

Public Types

enum class  Type { kLength , kInherit }
 

Public Member Functions

 SkSVGFontSize ()
 
 SkSVGFontSize (const SkSVGLength &s)
 
bool operator== (const SkSVGFontSize &other) const
 
bool operator!= (const SkSVGFontSize &other) const
 
Type type () const
 
const SkSVGLengthsize () const
 

Member Enumeration Documentation

◆ Type

enum SkSVGFontSize::Type
strong
Enumerator
kLength 
kInherit 

Constructor & Destructor Documentation

◆ SkSVGFontSize() [1/2]

SkSVGFontSize::SkSVGFontSize ( )
inline

◆ SkSVGFontSize() [2/2]

SkSVGFontSize::SkSVGFontSize ( const SkSVGLength s)
inlineexplicit

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

◆ size()

const SkSVGLength& SkSVGFontSize::size ( ) const
inline

◆ type()

Type SkSVGFontSize::type ( ) const
inline

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