Removed crept-in tab (thanks Ingo!)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34001 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
5c5976298b
commit
9fd52b6e73
@ -74,7 +74,7 @@ class FontStyle : public ReferenceCounting, public Hashable {
|
|||||||
\return true if fixed, false if not
|
\return true if fixed, false if not
|
||||||
*/
|
*/
|
||||||
bool IsFixedWidth() const
|
bool IsFixedWidth() const
|
||||||
{ return FT_IS_FIXED_WIDTH( fFreeTypeFace); }
|
{ return FT_IS_FIXED_WIDTH(fFreeTypeFace); }
|
||||||
|
|
||||||
|
|
||||||
/* \fn bool FontStyle::IsFullAndHalfFixed()
|
/* \fn bool FontStyle::IsFullAndHalfFixed()
|
||||||
|
Loading…
Reference in New Issue
Block a user