The FontStyle now gives its locker a name.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14632 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-11-02 10:51:46 +00:00
parent 2e8eec5722
commit 52d97df59c

View File

@ -24,7 +24,7 @@ const int32 kInvalidFamilyFlags = -1;
\param face FreeType handle for the font file after it is loaded - it will be kept open until the FontStyle is destroied
*/
FontStyle::FontStyle(const char *path, FT_Face face)
:
: BLocker(face->style_name),
fFTFace(face),
fFontFamily(NULL),
fName(face->style_name),