diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-02-06 13:47:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-09 14:33:20 +0000 |
commit | cea018b386018d32dd9a762dfddd5bf316f218aa (patch) | |
tree | 7555e13536d44e10d72babd69074b95bc2b2207b /vcl/inc/sft.hxx | |
parent | 052a4a89ed6293298b930b52de9e53837dd908e3 (diff) |
Resolves: fdo#33510 A way to query about likely font layout capabilities
Diffstat (limited to 'vcl/inc/sft.hxx')
-rw-r--r-- | vcl/inc/sft.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/sft.hxx b/vcl/inc/sft.hxx index 8e18a2d539e1..21b93b8c0333 100644 --- a/vcl/inc/sft.hxx +++ b/vcl/inc/sft.hxx @@ -71,6 +71,8 @@ #include <vector> +typedef std::vector< sal_uInt32 > FontLayoutCapabilities; + namespace vcl { @@ -301,6 +303,8 @@ namespace vcl int OpenTTFontFile(const char *fname, sal_uInt32 facenum, TrueTypeFont** ttf); #endif + void getTTFontLayoutCapabilities(FontLayoutCapabilities &rFontLayoutCapabilities, const unsigned char* pTable); + /** * TrueTypeFont destructor. Deallocates the memory. * @ingroup sft |