Definition at line 1046 of file SkSVGDevice.cpp.
◆ SVGTextBuilder()
Definition at line 1048 of file SkSVGDevice.cpp.
1049 : fOrigin(origin) {
1050 auto runSize = glyphRun.
runSize();
1053 runSize, unichars.get());
1055 for (
size_t i = 0;
i < runSize; ++
i) {
1056 this->appendUnichar(unichars[
i], positions[
i]);
1057 }
1058 }
static void GlyphsToUnichars(const SkFont &, const uint16_t glyphs[], int count, SkUnichar[])
const SkFont & font() const
SkSpan< const SkGlyphID > glyphsIDs() const
SkSpan< const SkPoint > positions() const
◆ posX()
const SkString & SVGTextBuilder::posX |
( |
| ) |
const |
|
inline |
◆ posY()
const SkString & SVGTextBuilder::posY |
( |
| ) |
const |
|
inline |
Definition at line 1062 of file SkSVGDevice.cpp.
1062{ return fHasConstY ? fConstYStr : fPosYStr; }
◆ text()
const SkString & SVGTextBuilder::text |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: