mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-08 12:48:02 +02:00
Notes for implementation
This commit is contained in:
parent
ca85076134
commit
71f5924d25
1 changed files with 2 additions and 0 deletions
|
|
@ -2636,6 +2636,7 @@
|
|||
|
||||
driver = FT_DRIVER( cur[0] );
|
||||
|
||||
// TODO: Check the args for a "preload" flag and act accordingly
|
||||
if ( args->flags & FT_OPEN_PARAMS )
|
||||
{
|
||||
num_params = args->num_params;
|
||||
|
|
@ -2726,6 +2727,7 @@
|
|||
/* face->driver instead. */
|
||||
FT_List_Add( &face->driver->faces_list, node );
|
||||
|
||||
// TODO: The preload logic should be performed here
|
||||
/* now allocate a glyph slot object for the face */
|
||||
FT_TRACE4(( "FT_Open_Face: Creating glyph slot\n" ));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue