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
|
||||
#define MAPNIK_FONT_FEATURE_SETTINGS_HPP
|
||||
|
||||
// mapnik
|
||||
#include <mapnik/config.hpp>
|
||||
|
||||
// stl
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
@ -35,7 +38,7 @@
|
|||
namespace mapnik
|
||||
{
|
||||
|
||||
class font_feature_settings
|
||||
class MAPNIK_DECL font_feature_settings
|
||||
{
|
||||
public:
|
||||
using font_feature = hb_feature_t;
|
||||
|
|
Loading…
Reference in a new issue