This is the complete list of members for BFont, including all inherited members.
BFont() | BFont | |
BFont(const BFont &font) | BFont | |
BFont(const BFont *font) | BFont | |
Blocks() const | BFont | |
BoundingBox() const | BFont | |
CountTuned() const | BFont | |
Direction() const | BFont | |
Encoding() const | BFont | |
Face() const | BFont | |
FalseBoldWidth() const | BFont | |
FamilyAndStyle() const | BFont | |
FileFormat() const | BFont | |
Flags() const | BFont | |
GetBoundingBoxesAsGlyphs(const char charArray[], int32 numChars, font_metric_mode mode, BRect boundingBoxArray[]) const | BFont | |
GetBoundingBoxesAsString(const char charArray[], int32 numChars, font_metric_mode mode, escapement_delta *delta, BRect boundingBoxArray[]) const | BFont | |
GetBoundingBoxesForStrings(const char *stringArray[], int32 numStrings, font_metric_mode mode, escapement_delta deltas[], BRect boundingBoxArray[]) const | BFont | |
GetEdges(const char charArray[], int32 numBytes, edge_info edgeArray[]) const | BFont | |
GetEscapements(const char charArray[], int32 numChars, float escapementArray[]) const | BFont | |
GetEscapements(const char charArray[], int32 numChars, escapement_delta *delta, float escapementArray[]) const | BFont | |
GetEscapements(const char charArray[], int32 numChars, escapement_delta *delta, BPoint escapementArray[]) const | BFont | |
GetEscapements(const char charArray[], int32 numChars, escapement_delta *delta, BPoint escapementArray[], BPoint offsetArray[]) const | BFont | |
GetFamilyAndStyle(font_family *family, font_style *style) const | BFont | |
GetGlyphShapes(const char charArray[], int32 numChars, BShape *glyphShapeArray[]) const | BFont | |
GetHasGlyphs(const char charArray[], int32 numChars, bool hasArray[]) const | BFont | |
GetHasGlyphs(const char charArray[], int32 numChars, bool hasArray[], bool useFallbacks) const | BFont | |
GetHeight(font_height *height) const | BFont | |
GetStringWidths(const char *stringArray[], const int32 lengthArray[], int32 numStrings, float widthArray[]) const | BFont | |
GetTruncatedStrings(const char *stringArray[], int32 numStrings, uint32 mode, float width, BString resultArray[]) const | BFont | |
GetTruncatedStrings(const char *stringArray[], int32 numStrings, uint32 mode, float width, char *resultArray[]) const | BFont | |
GetTunedInfo(int32 index, tuned_font_info *info) const | BFont | |
IncludesBlock(uint32 start, uint32 end) const | BFont | |
IsFixed() const | BFont | |
IsFullAndHalfFixed() const | BFont | |
operator!=(const BFont &font) const | BFont | |
operator=(const BFont &font) | BFont | |
operator==(const BFont &font) const | BFont | |
PrintToStream() const | BFont | |
Rotation() const | BFont | |
SetEncoding(uint8 encoding) | BFont | |
SetFace(uint16 face) | BFont | |
SetFalseBoldWidth(float width) | BFont | |
SetFamilyAndFace(const font_family family, uint16 face) | BFont | |
SetFamilyAndStyle(const font_family family, const font_style style) | BFont | |
SetFamilyAndStyle(uint32 code) | BFont | |
SetFlags(uint32 flags) | BFont | |
SetRotation(float rotation) | BFont | |
SetShear(float shear) | BFont | |
SetSize(float size) | BFont | |
SetSpacing(uint8 spacing) | BFont | |
Shear() const | BFont | |
Size() const | BFont | |
Spacing() const | BFont | |
StringWidth(const char *string) const | BFont | |
StringWidth(const char *string, int32 length) const | BFont | |
TruncateString(BString *inOut, uint32 mode, float width) const | BFont |