74ca263c69
* no more "Rescan" button (although the font list is never updated yet) * completely font sensitive * centers window on screen if settings are invalid or not existing * now updates the system fonts instantly, and not when you close the app * added author list, although I am not sure who actually initially wrote it (our CVS history unfortunately doesn't reach that far) * major cleanup * removed unused stuff * and more. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14802 a95241bf-73f2-0310-859d-f6bbb57e9c96
20 lines
373 B
Plaintext
20 lines
373 B
Plaintext
SubDir HAIKU_TOP src preferences fonts ;
|
|
|
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
|
AddSubDirSupportedPlatforms libbe_test ;
|
|
|
|
Preference Fonts :
|
|
FontSelectionView.cpp
|
|
FontsSettings.cpp
|
|
FontView.cpp
|
|
main.cpp
|
|
MainWindow.cpp
|
|
: be
|
|
: Fonts.rdef
|
|
;
|
|
|
|
if $(TARGET_PLATFORM) = libbe_test {
|
|
HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Fonts
|
|
: tests!apps ;
|
|
}
|