freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] Update TT_New_Context documentation


From: Werner Lemberg
Subject: [Git][freetype/freetype][master] Update TT_New_Context documentation
Date: Fri, 02 Apr 2021 09:02:57 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

1 changed file:

Changes:

  • src/truetype/ttinterp.h
    ... ... @@ -476,16 +476,15 @@ FT_BEGIN_HEADER
    476 476
        *   TT_New_Context
    
    477 477
        *
    
    478 478
        * @Description:
    
    479
    -   *   Queries the face context for a given font.  Note that there is
    
    480
    -   *   now a _single_ execution context in the TrueType driver which is
    
    481
    -   *   shared among faces.
    
    479
    +   *   Create a `TT_ExecContext`.  Note that there is now an execution
    
    480
    +   *   context per `TT_Size` that is not shared among faces.
    
    482 481
        *
    
    483 482
        * @Input:
    
    484
    -   *   face ::
    
    485
    -   *     A handle to the source face object.
    
    483
    +   *   driver ::
    
    484
    +   *     A handle to the driver, used for memory allocation.
    
    486 485
        *
    
    487 486
        * @Return:
    
    488
    -   *   A handle to the execution context.  Initialized for `face'.
    
    487
    +   *   A handle to a new empty execution context.
    
    489 488
        *
    
    490 489
        * @Note:
    
    491 490
        *   Only the glyph loader and debugger should call this function.
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]