OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fontAscent
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/pcf/
pcf.h
116
FT_Long
fontAscent
;
/external/python/cpython2/Mac/Modules/te/
_TEmodule.c
502
short
fontAscent
;
512
&
fontAscent
,
517
fontAscent
);
818
PyDoc_STR("(short offset) -> (TextStyle theStyle, short lineHeight, short
fontAscent
)")},
876
return Py_BuildValue("h", (*self->ob_itself)->
fontAscent
);
963
{"
fontAscent
", (getter)TEObj_get_fontAscent, (setter)TEObj_set_fontAscent, "Ascent of a line"},
[
all
...]
Completed in 4021 milliseconds