mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-04 21:18:00 +02:00
formatting
This commit is contained in:
parent
913a365090
commit
82ee38e585
1 changed files with 5 additions and 2 deletions
|
|
@ -6513,11 +6513,14 @@
|
|||
FT_ULong C;
|
||||
FT_Long B;
|
||||
|
||||
|
||||
#ifdef TT_CONFIG_OPTION_UNPATENTED_HINTING
|
||||
/* Delta hinting is covered by US Patent 5159668. */
|
||||
if ( CUR.face->unpatented_hinting )
|
||||
{
|
||||
FT_Long n = args[0] * 2;
|
||||
{
|
||||
FT_Long n = args[0] * 2;
|
||||
|
||||
|
||||
if ( CUR.args < n )
|
||||
{
|
||||
CUR.error = TT_Err_Too_Few_Arguments;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue