MAPNIK_DECL font_feature_settings
This commit is contained in:
parent
885a98f9c1
commit
6b1c4d00e5
1 changed files with 4 additions and 1 deletions
|
@ -23,6 +23,9 @@
|
||||||
#ifndef MAPNIK_FONT_FEATURE_SETTINGS_HPP
|
#ifndef MAPNIK_FONT_FEATURE_SETTINGS_HPP
|
||||||
#define MAPNIK_FONT_FEATURE_SETTINGS_HPP
|
#define MAPNIK_FONT_FEATURE_SETTINGS_HPP
|
||||||
|
|
||||||
|
// mapnik
|
||||||
|
#include <mapnik/config.hpp>
|
||||||
|
|
||||||
// stl
|
// stl
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
@ -35,7 +38,7 @@
|
||||||
namespace mapnik
|
namespace mapnik
|
||||||
{
|
{
|
||||||
|
|
||||||
class font_feature_settings
|
class MAPNIK_DECL font_feature_settings
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
using font_feature = hb_feature_t;
|
using font_feature = hb_feature_t;
|
||||||
|
|
Loading…
Add table
Reference in a new issue