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
23
class
FontMap
26
FontMap
(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
28
virtual ~
FontMap
();
64
inline le_int16
FontMap
::getPointSize() const
FontMap.cpp
24
#include "
FontMap
.h"
26
FontMap
::
FontMap
(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status)
114
FontMap
::~
FontMap
()
131
le_int32
FontMap
::getFontIndex(const char *fontName)
175
char *
FontMap
::strip(char *s)
199
const LEFontInstance *
FontMap
::getScriptFont(le_int32 scriptCode, LEErrorCode &status)
233
le_int32
FontMap
::getAscent() const
236
((
FontMap
*) this)->getMaxMetrics()
[
all
...]
Completed in 1473 milliseconds