mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 20:37:39 +00:00
Add and implement -typesetter and -setTypesetter:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16115 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0af22dc954
commit
7c79dae556
2 changed files with 14 additions and 0 deletions
|
@ -2538,6 +2538,16 @@ See [NSTextView -setTextContainer:] for more information about these calls.
|
|||
}
|
||||
|
||||
|
||||
-(GSTypesetter *) typesetter
|
||||
{
|
||||
return typesetter;
|
||||
}
|
||||
-(void) setTypesetter: (GSTypesetter *)a_typesetter
|
||||
{
|
||||
ASSIGN(typesetter, a_typesetter);
|
||||
}
|
||||
|
||||
|
||||
- (BOOL) usesScreenFonts
|
||||
{
|
||||
return usesScreenFonts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue