summaryrefslogtreecommitdiff
path: root/vcl/inc/sft.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/sft.hxx')
-rw-r--r--vcl/inc/sft.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/vcl/inc/sft.hxx b/vcl/inc/sft.hxx
index 5c0120afee1e..6dae9de87400 100644
--- a/vcl/inc/sft.hxx
+++ b/vcl/inc/sft.hxx
@@ -48,7 +48,6 @@
*
*/
-
#ifndef INCLUDED_VCL_INC_SFT_HXX
#define INCLUDED_VCL_INC_SFT_HXX
@@ -159,17 +158,12 @@ namespace vcl
};
#endif
-
-
-
/** Structure used by GetTTSimpleGlyphMetrics() and GetTTSimpleCharMetrics() functions */
typedef struct {
sal_uInt16 adv; /**< advance width or height */
sal_Int16 sb; /**< left or top sidebearing */
} TTSimpleGlyphMetrics;
-
-
/** Structure used by the TrueType Creator and GetRawGlyphData() */
typedef struct {
@@ -195,8 +189,6 @@ namespace vcl
sal_uInt8 *sptr; /**< Pointer to string data (not zero-terminated!) */
} NameRecord;
-
-
/** Return value of GetTTGlobalFontInfo() */
typedef struct {
@@ -245,7 +237,6 @@ namespace vcl
int y; /**< positive: up, negative: down */
} KernData;
-
/** ControlPoint structure used by GetTTGlyphPoints() */
typedef struct {
sal_uInt32 flags; /**< 00000000 00000000 e0000000 bbbbbbbb */
@@ -262,7 +253,6 @@ namespace vcl
* @defgroup sft Sun Font Tools Exported Functions
*/
-
/**
* Get the number of fonts contained in a TrueType collection
* @param fname - file name
@@ -271,7 +261,6 @@ namespace vcl
*/
int CountTTCFonts(const char* fname);
-
/**
* TrueTypeFont constructor.
* The font file has to be provided as a memory buffer and length
@@ -375,7 +364,6 @@ namespace vcl
*/
void DisposeNameRecords(NameRecord* nr, int n);
-
#ifndef NO_TYPE3
/**
* Generates a new PostScript Type 3 font and dumps it to <b>outf</b> file.
@@ -457,7 +445,6 @@ namespace vcl
int nGlyphs);
#endif
-
/**
* Queries glyph metrics. Allocates an array of TTSimpleGlyphMetrics structs and returns it.
*