Skia
2D Graphics Library
SkSVGTextAnchor Class Reference

#include <SkSVGTypes.h>

Public Types

enum class  Type { kStart , kMiddle , kEnd , kInherit }
 

Public Member Functions

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

Member Enumeration Documentation

◆ Type

enum SkSVGTextAnchor::Type
strong
Enumerator
kStart 
kMiddle 
kEnd 
kInherit 

Constructor & Destructor Documentation

◆ SkSVGTextAnchor() [1/2]

SkSVGTextAnchor::SkSVGTextAnchor ( )
inline

◆ SkSVGTextAnchor() [2/2]

SkSVGTextAnchor::SkSVGTextAnchor ( Type  t)
inlineexplicit

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

◆ type()

Type SkSVGTextAnchor::type ( ) const
inline

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