diff options
author | Akash Jain <akash96j@gmail.com> | 2016-07-20 23:51:56 +0530 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-10-18 20:41:30 +0200 |
commit | f099f3d3bd1203045ef5f3d0b448f72c00f2fe1e (patch) | |
tree | fb31b99928edb0495c77d330790259c3eddd1b19 /vcl/inc/quartz/ctfonts.hxx | |
parent | f6db8af1eb2e6d8e511e6158ddabf8fae7a1c3ca (diff) |
GSoC: Integrate new CommonSalLayout in quartz/ code
Change-Id: I07a9c956f09be5d43ee58ff0784ba0f81f52cd9a
Diffstat (limited to 'vcl/inc/quartz/ctfonts.hxx')
-rw-r--r-- | vcl/inc/quartz/ctfonts.hxx | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/vcl/inc/quartz/ctfonts.hxx b/vcl/inc/quartz/ctfonts.hxx new file mode 100644 index 000000000000..1a3dd7a1eaa8 --- /dev/null +++ b/vcl/inc/quartz/ctfonts.hxx @@ -0,0 +1,34 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +#ifndef INCLUDED_VCL_INC_QUARTZ_CTFONTS_HXX +#define INCLUDED_VCL_INC_QUARTZ_CTFONTS_HXX + +#include "quartz/salgdi.h" +#ifdef IOS +#include "headless/svpgdi.hxx" +#endif +#include "sallayout.hxx" + +SystemFontList* GetCoretextFontList(); +FontAttributes DevFontFromCTFontDescriptor( CTFontDescriptorRef, bool* ); + +#endif // INCLUDED_VCL_INC_QUARTZ_CTFONTS_HXX + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |