Flutter Engine
The Flutter Engine
Functions
SkPDFSubsetFont.cpp File Reference
#include "src/pdf/SkPDFSubsetFont.h"

Go to the source code of this file.

Functions

sk_sp< SkDataSkPDFSubsetFont (const SkTypeface &, const SkPDFGlyphUse &)
 

Function Documentation

◆ SkPDFSubsetFont()

sk_sp< SkData > SkPDFSubsetFont ( const SkTypeface typeface,
const SkPDFGlyphUse glyphUsage 
)

Definition at line 114 of file SkPDFSubsetFont.cpp.

114 {
115 return nullptr;
116}