vcl/source/gdi/embeddedfontshelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c6f39e81ef0615323833270fa434451801e3b21d Author: Khaled Hosny <[email protected]> Date: Thu Feb 8 14:40:35 2018 +0200 Use a more direct link to the relevant part Change-Id: I0659643041a4ec79d0753ed5f3711e57f51688d8 Reviewed-on: https://gerrit.libreoffice.org/49425 Tested-by: Jenkins <[email protected]> Reviewed-by: Khaled Hosny <[email protected]> diff --git a/vcl/source/gdi/embeddedfontshelper.cxx b/vcl/source/gdi/embeddedfontshelper.cxx index 405b13f2e726..8ed0295c3736 100644 --- a/vcl/source/gdi/embeddedfontshelper.cxx +++ b/vcl/source/gdi/embeddedfontshelper.cxx @@ -194,7 +194,7 @@ bool EmbeddedFontsHelper::sufficientTTFRights( const void* data, long size, Font TTGlobalFontInfo info; GetTTGlobalFontInfo( font, &info ); CloseTTFont( font ); - // http://www.microsoft.com/typography/tt/ttf_spec/ttch02.doc + // https://www.microsoft.com/typography/otspec/os2.htm#fst int copyright = info.typeFlags & TYPEFLAG_COPYRIGHT_MASK; switch( rights ) { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
