Home | History | Annotate | Download | only in layout

Lines Matching full:const

22     FontMap(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
26 virtual const LEFontInstance *getScriptFont(le_int32 scriptCode, LEErrorCode &status);
28 virtual le_int16 getPointSize() const;
30 virtual le_int32 getAscent() const;
32 virtual le_int32 getDescent() const;
34 virtual le_int32 getLeading() const;
37 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) = 0;
43 le_int32 getFontIndex(const char *fontName);
55 const LEFontInstance *fFontInstances[scriptCodeCount];
56 const char *fFontNames[scriptCodeCount];
60 inline le_int16 FontMap::getPointSize() const