2008-02-17 21:11:38 -03:00
|
|
|
//
|
|
|
|
// FontSizetoLineHeightTransformer.h
|
|
|
|
// Cog
|
|
|
|
//
|
|
|
|
// Created by Matthew Grinshpun on 18/02/08.
|
|
|
|
// Copyright 2008 __MyCompanyName__. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
2022-02-07 02:49:27 -03:00
|
|
|
@interface FontSizetoLineHeightTransformer : NSValueTransformer {
|
|
|
|
}
|
2008-02-17 21:11:38 -03:00
|
|
|
|
|
|
|
@end
|