OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FontMap
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/samples/layout/
FontMap.h
19
class
FontMap
22
FontMap
(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
24
virtual ~
FontMap
();
60
inline le_int16
FontMap
::getPointSize() const
FontMap.cpp
20
#include "
FontMap
.h"
22
FontMap
::
FontMap
(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status)
110
FontMap
::~
FontMap
()
127
le_int32
FontMap
::getFontIndex(const char *fontName)
171
char *
FontMap
::strip(char *s)
195
const LEFontInstance *
FontMap
::getScriptFont(le_int32 scriptCode, LEErrorCode &status)
229
le_int32
FontMap
::getAscent() const
232
((
FontMap
*) this)->getMaxMetrics()
[
all
...]
Completed in 77 milliseconds