Home | History | Annotate | Download | only in letest

Lines Matching full:const

30     const void *readFontTable(LETag tableTag) const;
37 virtual const void *getFontTable(LETag tableTag) const;
39 virtual le_int32 getUnitsPerEM() const;
41 virtual le_int32 getAscent() const;
43 virtual le_int32 getDescent() const;
45 virtual le_int32 getLeading() const;
49 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
53 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
55 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
57 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
59 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
61 float getXPixelsPerEm() const;
63 float getYPixelsPerEm() const;
65 float getScaleFactorX() const;
67 float getScaleFactorY() const;