Stroika Library 3.0d18
 
Loading...
Searching...
No Matches
ActiveLedIt/Sources/FontMenu.h
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4#ifndef __FontMenu_hh__
5#define __FontMenu_hh__ 1
6
7/*
8 * $Header: /cygdrive/k/CVSRoot/ActiveLedIt/Headers/FontMenu.h,v 2.10 2004/01/24 03:49:36 lewis Exp $
9 *
10 * Description:
11 *
12 * TODO:
13 *
14 * Notes:
15 *
16 *
17 * Changes:
18 * $Log: FontMenu.h,v $
19 * Revision 2.10 2004/01/24 03:49:36 lewis
20 * *** empty log message ***
21 *
22 * Revision 2.9 2004/01/23 23:11:15 lewis
23 * SPR#1617: Added preliminary (largely functional) implementation of OLE automation-based
24 * context menus. Tons of new OLE APIs. Can create context menus from scratch, or built from
25 * building blocks of existing submenus (like font menu).
26 *
27 * Revision 2.8 2002/05/06 21:34:19 lewis
28 * <=============================== Led 3.0.1 Released ==============================>
29 *
30 * Revision 2.7 2001/11/27 00:32:29 lewis
31 * <=============== Led 3.0 Released ===============>
32 *
33 * Revision 2.6 2001/08/30 00:35:56 lewis
34 * *** empty log message ***
35 *
36 * Revision 2.5 2000/04/14 22:40:44 lewis
37 * SPR#0740- namespace support
38 *
39 * Revision 2.4 1999/12/09 03:16:52 lewis
40 * spr#0645 - -D_UNICODE support
41 *
42 * Revision 2.3 1998/11/02 13:23:17 lewis
43 * Changed from usin vector<char*> to vector<string> - and cleaned up font name list gen code slightly.
44 * And lost LedItView::SetWindowRect() overrides - SB very soon obsolete due to new margin/hscroll
45 * support in wordprocessor class.
46 *
47 * Revision 2.2 1997/12/24 04:43:52 lewis
48 * *** empty log message ***
49 *
50 * Revision 2.1 1997/07/27 15:59:52 lewis
51 * <===== Led 2.2 Released =====>
52 *
53 * Revision 2.0 1997/06/28 17:43:14 lewis
54 * *** empty log message ***
55 *
56 *
57 *
58 *
59 * <========== BasedOnLedLineIt! 2.2b1 ==========>
60 *
61 *
62 */
63#include "Stroika/Foundation/StroikaPreComp.h"
64
65#include <afx.h>
66
67#include "ActiveLedItConfig.h"
68
69using namespace Stroika::Foundation;
70using namespace Stroika::Frameworks::Led;
71
72const vector<SDKString>& GetUsableFontNames ();
73SDKString CmdNumToFontName (UINT cmdNum);
74
75/*
76 ********************************************************************************
77 ***************************** Implementation Details ***************************
78 ********************************************************************************
79 */
80
81#endif /*__FontMenu_hh__*/
basic_string< SDKChar > SDKString
Definition SDKString.h:38