Kaydet (Commit) 248abe0a authored tarafından Chris Sherlock's avatar Chris Sherlock

VCL: rearrange functions in outdev/font.cxx

Change-Id: I98977212547929ff59641f0b73273d68740420fd
üst c08856c1
...@@ -681,11 +681,18 @@ public: ...@@ -681,11 +681,18 @@ public:
bool GetFontCharMap( FontCharMap& rFontCharMap ) const; bool GetFontCharMap( FontCharMap& rFontCharMap ) const;
bool GetFontCapabilities( vcl::FontCapabilities& rFontCapabilities ) const; bool GetFontCapabilities( vcl::FontCapabilities& rFontCapabilities ) const;
/** Retrieve detailed font information in platform independent structure
@param nFallbacklevel Fallback font level (0 = best matching font)
@return SystemFontData
*/
SystemFontData GetSysFontData( int nFallbacklevel ) const; SystemFontData GetSysFontData( int nFallbacklevel ) const;
SAL_DLLPRIVATE void ImplGetEmphasisMark( PolyPolygon& rPolyPoly, bool& rPolyLine, Rectangle& rRect1, Rectangle& rRect2,
long& rYOff, long& rWidth, FontEmphasisMark eEmphasis, long nHeight, short nOrient );
SAL_DLLPRIVATE static FontEmphasisMark SAL_DLLPRIVATE static FontEmphasisMark
ImplGetEmphasisMarkStyle( const Font& rFont ); ImplGetEmphasisMarkStyle( const Font& rFont );
SAL_DLLPRIVATE void ImplGetEmphasisMark( PolyPolygon& rPolyPoly, bool& rPolyLine, Rectangle& rRect1, Rectangle& rRect2, long& rYOff, long& rWidth, FontEmphasisMark eEmphasis, long nHeight, short nOrient );
bool GetGlyphBoundRects( const Point& rOrigin, const OUString& rStr, int nIndex, bool GetGlyphBoundRects( const Point& rOrigin, const OUString& rStr, int nIndex,
int nLen, int nBase, MetricVector& rVector ); int nLen, int nBase, MetricVector& rVector );
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment