OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fond
(Results
1 - 4
of
4
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/
macUtils.py
134
fond_res.AddResource('
FOND
', self.res_id, self.fullname)
137
fond
= fondLib.FontFamily(fond_res, "w")
139
fond
.ffFirstChar = 0
140
fond
.ffLastChar = 255
141
fond
.fondClass = 0
142
fond
.fontAssoc = [(0, 0, self.res_id)]
143
fond
.ffFlags = 20480 # XXX ???
144
fond
.ffIntl = (0, 0)
145
fond
.ffLeading = 0
146
fond
.ffProperty = (0, 0, 0, 0, 0, 0, 0, 0, 0
[
all
...]
/external/chromium_org/third_party/freetype/include/freetype/
ftmac.h
73
/* Create a new face object from a
FOND
resource. */
79
/*
fond
:: A
FOND
resource. */
95
/*
fond
= GetResource( '
FOND
', fontName ); */
96
/* error = FT_New_Face_From_FOND( library,
fond
, 0, &face ); */
101
Handle
fond
,
/external/freetype/include/
ftmac.h
73
/* Create a new face object from a
FOND
resource. */
79
/*
fond
:: A
FOND
resource. */
95
/*
fond
= GetResource( '
FOND
', fontName ); */
96
/* error = FT_New_Face_From_FOND( library,
fond
, 0, &face ); */
101
Handle
fond
,
/external/fonttools/Lib/fontTools/misc/
homeResFile.py
95
fond
= Res.GetNamedResource("
FOND
", "Helvetica")
variable
96
print(HomeResFile(
fond
))
Completed in 272 milliseconds