Home | History | Annotate | Download | only in layout

Lines Matching full:gsub

23  * fonts which have GSUB and GPOS tables associated with them. In order to do this,
31 * 2) Glyph processing - This step performs character to glyph mapping,and uses the GSUB
34 * 3) Glyph post processing - in cases where the font doesn't directly contain a GSUB table,
35 * the previous two steps may have generated "fake" glyph indices to use with a "canned" GSUB
51 * a particular font, script and language. It takes the GSUB table as a parameter since
52 * LayoutEngine::layoutEngineFactory has to read the GSUB table to know that it has an
58 * @param gsubTable - the GSUB table
70 * This constructor is used when the font requires a "canned" GSUB table which can't be known
203 * The address of the GSUB table.
225 * preformed by the GSUB table. This is used for some
226 * "canned" GSUB tables to restrict substitutions to
283 * This method does character to glyph mapping, and applies the GSUB table. The
284 * default implementation calls mapCharsToGlyphs and then applies the GSUB table,
287 * Note that in the case of "canned" GSUB tables, the output glyph indices may be
325 * were needed to do GSUB processing.