Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
SkPDFSubsetFont.h File Reference
#include "include/core/SkData.h"
#include "include/docs/SkPDFDocument.h"
#include "src/pdf/SkPDFGlyphUse.h"

Go to the source code of this file.

Functions

sk_sp< SkDataSkPDFSubsetFont (sk_sp< SkData > fontData, const SkPDFGlyphUse &glyphUsage, SkPDF::Metadata::Subsetter subsetter, int ttcIndex)
 

Function Documentation

◆ SkPDFSubsetFont()

sk_sp< SkData > SkPDFSubsetFont ( sk_sp< SkData fontData,
const SkPDFGlyphUse glyphUsage,
SkPDF::Metadata::Subsetter  subsetter,
int  ttcIndex 
)

Definition at line 91 of file SkPDFSubsetFont.cpp.

91 {
92 return nullptr;
93}