Searched refs:getGlyphIDs (Results 1 – 6 of 6) sorted by relevance
38 CanvasKit.Font.prototype.getGlyphIDs = function(str, numGlyphIDs, optionalOutputArray) { method in CanvasKit.Font156 var ids = font.getGlyphIDs(str);
359 getGlyphIDs: function() {},
194 - `Font.getWidths` in favor of `Font.getGlyphIDs` and `Font.getGlyphWidths`.289 - `SkFont.getGlyphIDs`, `SkFont.getGlyphBounds`, `SkFont.getGlyphWidths` for turning code points
143 const ids = font.getGlyphIDs('AEGIS ægis');294 const ids = font.getGlyphIDs('M');
327 const ids = font.getGlyphIDs('abcd');328 font.getGlyphIDs('efgh', 4, ids);873 const ids = font.getGlyphIDs('abc');
1648 getGlyphIDs(str: string, numCodePoints?: number, method