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:
parent
2e8eec5722
commit
52d97df59c
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user