otColorGlyphReferenceSvg

Fetches the SVG document for a glyph. The blob may be either plain text or gzip-encoded.

If the glyph has no SVG document, the singleton empty blob is returned.

Parameters

face harfbuzz.face.Face

#hb_face_t to work upon

glyph harfbuzz.types.Codepoint

a svg glyph index

Return Value

Type: harfbuzz.blob.Blob

An #hb_blob_t containing the SVG document of the glyph, if available