• Chris Sherlock's avatar
    vcl: take into account the font width is the average font width · 697d445e
    Chris Sherlock yazdı
    I'm changing the Font class function names:
    
    - SetSize       -> SetFontSize
    - GetSize       -> GetFontSize
    - SetHeight     -> SetFontHeight
    - GetHeight     -> GetFontHeight
    - SetWidth      -> SetAverageFontWidth
    - GetWidth      -> GetAverageFontWidth
    
    That's because it really makes no sense to say that there is a
    single constant font width because obviously proportional fonts
    don't have one - the best we can do is an average font width,
    which is what folks like Microsoft sort of do already. On a fixed
    font, the average is still accurate, for obvious reasons :-)
    
    I'm also not a fan of GetSize/SetSize as I find it a might too
    generic.
    
    Change-Id: Ib80a604ba62d6883fd6cbc7994da763976be5c70
    Reviewed-on: https://gerrit.libreoffice.org/22069Tested-by: 's avatarJenkins <ci@libreoffice.org>
    Reviewed-by: 's avatarChris Sherlock <chris.sherlock79@gmail.com>
    697d445e
Adı
Son kayıt (commit)
Son güncelleme
..
inc/pch Loading commit data...
qa Loading commit data...
source Loading commit data...
util Loading commit data...
workben/xforms Loading commit data...
AllLangResTarget_frm.mk Loading commit data...
JunitTest_forms_complex.mk Loading commit data...
JunitTest_forms_unoapi_1.mk Loading commit data...
JunitTest_forms_unoapi_2.mk Loading commit data...
JunitTest_forms_unoapi_3.mk Loading commit data...
JunitTest_forms_unoapi_4.mk Loading commit data...
Library_frm.mk Loading commit data...
Makefile Loading commit data...
Module_forms.mk Loading commit data...
README Loading commit data...