Home | History | Annotate | Download | only in xps

Lines Matching full:glyphseditor

2133     SkTScopedComPtr<IXpsOMGlyphsEditor> glyphsEditor;
2134 HRM(glyphs->GetGlyphsEditor(&glyphsEditor), "Could not get glyph editor.");
2137 HRM(glyphsEditor->SetUnicodeString(text),
2142 HRM(glyphsEditor->SetGlyphIndices(xpsGlyphsLen, xpsGlyphs),
2146 HRM(glyphsEditor->ApplyEdits(), "Could not apply glyph edits.");