OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fond
(Results
1 - 7
of
7
) 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/pdfium/core/include/thirdparties/freetype/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/fonttools/Lib/fontTools/misc/
homeResFile.py
95
fond
= Res.GetNamedResource("
FOND
", "Helvetica")
variable
96
print(HomeResFile(
fond
))
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftmac.c
5
/* Mac
FOND
support. Written by just@letterror.com. */
36
The Mac
FOND
support works roughly like this:
41
which isn't usable for us, since the
FOND
resources live in the
44
- Read the
FOND
resource into memory, then check whether there is a
51
has been done, the kerning data from the
FOND
resource should be
349
/* The count is 1 greater than the value in the
FOND
. */
378
/* Look inside the
FOND
data, answer whether there should be an SFNT
382
to load a face OTHER than the first one in the
FOND
!
395
FamRec*
fond
;
local
402
fond
= (FamRec*)fond_data
800
Handle
fond
;
local
[
all
...]
Completed in 113 milliseconds