[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Announcing FreeType 2.7.1 (Re: Freetype-devel Digest, Vol
From: |
Hin-Tak Leung |
Subject: |
Re: [ft-devel] Announcing FreeType 2.7.1 (Re: Freetype-devel Digest, Vol 144, Issue 2) |
Date: |
Tue, 3 Jan 2017 16:29:21 +0000 (UTC) |
But TT_Get_MM_Var() isn't even part of the public API/ABI. Do you mean
FT_Get_MM_Var()?
(which in turn runs cff_get_mm_var, T1_Get_MM_Var, TT_Get_MM_Var ). I think
people going outside
public API and things fall apart, they can keep the pieces :-).
FWIW, I am against bumping so major versions, unless thing definitely breaks,
rather than possibly breaks... and one should not take breaking backward
compatibility lightly...
Message: 5
Date: Mon, 2 Jan 2017 17:16:41 +0100
From: Marek Kasik <address@hidden>
To: Werner LEMBERG <address@hidden>
Cc: address@hidden
Subject: Re: [ft-devel] Announcing FreeType 2.7.1
Yes, this is not a problem when it is accessed via pointer
but it still
can be accessed directly (although it is unlikely). Also,
using sizeof()
on it similarly to the one in TT_Get_MM_Var() could cause
some problems.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [ft-devel] Announcing FreeType 2.7.1 (Re: Freetype-devel Digest, Vol 144, Issue 2),
Hin-Tak Leung <=