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:
@@ -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
|
\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)
|
FontStyle::FontStyle(const char *path, FT_Face face)
|
||||||
:
|
: BLocker(face->style_name),
|
||||||
fFTFace(face),
|
fFTFace(face),
|
||||||
fFontFamily(NULL),
|
fFontFamily(NULL),
|
||||||
fName(face->style_name),
|
fName(face->style_name),
|
||||||
|
|||||||
Reference in New Issue
Block a user