reworked BFont::GetStringWidths and BFont::StringWidth
implemented BFont::GetEdges git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14057 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -124,7 +124,6 @@ enum {
|
||||
AS_COUNT_FONT_FAMILIES,
|
||||
AS_COUNT_FONT_STYLES,
|
||||
|
||||
AS_GET_STRING_WIDTH,
|
||||
AS_GET_STRING_WIDTHS,
|
||||
AS_GET_EDGES,
|
||||
AS_GET_ESCAPEMENTS,
|
||||
|
||||
@@ -131,10 +131,13 @@ class ServerFont {
|
||||
{ return fStyle->CharMapCount(); }
|
||||
|
||||
BShape** GetGlyphShapes(const char charArray[],
|
||||
int32 numChars) const;
|
||||
int32 numChars) const;
|
||||
|
||||
void GetHasGlyphs(const char charArray[],
|
||||
int32 numChars, bool hasArray[]) const;
|
||||
int32 numChars, bool hasArray[]) const;
|
||||
|
||||
void GetEdges(const char charArray[],
|
||||
int32 numChars, edge_info edgeArray[]) const;
|
||||
|
||||
BPoint* GetEscapements(const char charArray[],
|
||||
int32 numChars,
|
||||
|
||||
Reference in New Issue
Block a user