Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | List of all members
skottie::internal::CustomFont Class Referencefinal

#include <Font.h>

Inheritance diagram for skottie::internal::CustomFont:
SkNoncopyable

Classes

class  Builder
 
class  GlyphCompMapper
 

Public Types

using GlyphCompMap = skia_private::THashMap< SkGlyphID, sk_sp< sksg::RenderNode > >
 

Public Member Functions

 ~CustomFont ()
 
const sk_sp< SkTypeface > & typeface () const
 
int glyphCompCount () const
 

Detailed Description

Definition at line 33 of file Font.h.

Member Typedef Documentation

◆ GlyphCompMap

Definition at line 37 of file Font.h.

Constructor & Destructor Documentation

◆ ~CustomFont()

skottie::internal::CustomFont::~CustomFont ( )
default

Member Function Documentation

◆ glyphCompCount()

int skottie::internal::CustomFont::glyphCompCount ( ) const
inline

Definition at line 71 of file Font.h.

71{ return fGlyphComps.count(); }
int count() const
Definition SkTHash.h:460

◆ typeface()

const sk_sp< SkTypeface > & skottie::internal::CustomFont::typeface ( ) const
inline

Definition at line 69 of file Font.h.

69{ return fTypeface; }

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