Introduced and implemented new font command AS_GET_DEFAULT_SYSTEM_FONT that returns

the default fonts of the app_server.
Moved some font command implementations around to group them a bit better.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14800 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-11-09 18:34:48 +00:00
parent f46e077c5f
commit d0a688ee92
2 changed files with 139 additions and 92 deletions
+1
View File
@@ -114,6 +114,7 @@ enum {
// Font-related server communications
AS_SET_SYSTEM_FONT,
AS_GET_SYSTEM_FONTS,
AS_GET_SYSTEM_DEFAULT_FONT,
AS_GET_FONT_LIST_REVISION,
AS_GET_FAMILY_AND_STYLES,