[HarfBuzz] harfbuzz: Branch 'master'

Pierre Marchand capparis at free.fr
Wed Jan 28 02:51:08 PST 2009


Vous (Simon Hausmann) avez écrit :
> +void *HB_TextCodecForMib(int mib)
> +{
> +    return QTextCodec::codecForMib(mib);
> +}
> +

Hi,

I’ve landed here because of these new methods in harfbuzz-external. This way 
of requiring users to provide implementations of a set of methods is certainly 
good. But please please please, at least warn us when you introduce new ones, 
and put a comment. To be honest, as I use Qt myself, I do not bother too much 
as i can just copy the code you put in test ;-) But I easily imagine it can 
simply prevent users to even try it when they see ldd insulting them about 
missing references for symbols they know nothing about.

my 2¢

-- 
Pierre Marchand



More information about the HarfBuzz mailing list