1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
21 #include <svx/dialogs.hrc>
22 #include "fontworkgallery.hrc"
23 #include "svtools/controldims.hrc"
28 #define MASKCOLOR MaskColor = Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; };
30 ModalDialog RID_SVX_MDLG_FONTWORK_GALLERY
32 HelpID = "svx:ModalDialog:RID_SVX_MDLG_FONTWORK_GALLERY";
38 Size = MAP_APPFONT( WIDTH, HEIGHT );
40 Text [ en-US ] = "Fontwork Gallery" ;
42 FixedLine FL_FAVORITES
44 Pos = MAP_APPFONT ( 3 , 3 ) ;
45 Size = MAP_APPFONT ( WIDTH - 6 , 8 ) ;
46 Text [ en-US ] = "Select a Fontwork style:" ;
50 HelpId = HID_CTL_FONTWORK_FAVORITES ;
52 Pos = MAP_APPFONT ( 3 , 14 ) ;
53 Size = MAP_APPFONT ( WIDTH - 6,
54 HEIGHT - RSC_CD_PUSHBUTTON_HEIGHT -
55 6 - RSC_CD_PUSHBUTTON_HEIGHT ) ;
60 Pos = MAP_APPFONT ( WIDTH - 3 * RSC_CD_PUSHBUTTON_WIDTH - 9 ,
61 HEIGHT - 3 - RSC_CD_PUSHBUTTON_HEIGHT ) ;
62 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH,
63 RSC_CD_PUSHBUTTON_HEIGHT ) ;
66 CancelButton BTN_CANCEL
68 Pos = MAP_APPFONT ( WIDTH - 2 * RSC_CD_PUSHBUTTON_WIDTH - 6 ,
69 HEIGHT - 3 - RSC_CD_PUSHBUTTON_HEIGHT ) ;
70 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH,
71 RSC_CD_PUSHBUTTON_HEIGHT ) ;
76 Pos = MAP_APPFONT ( WIDTH - 1 * RSC_CD_PUSHBUTTON_WIDTH - 3 ,
77 HEIGHT - 3 - RSC_CD_PUSHBUTTON_HEIGHT ) ;
78 Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH,
79 RSC_CD_PUSHBUTTON_HEIGHT ) ;
82 String STR_CLICK_TO_ADD_TEXT
84 Text [ en-US ] = "Click to edit text" ;
88 DockingWindow RID_SVXFLOAT_FONTWORK_ALIGNMENT
90 HelpID = "svx:DockingWindow:RID_SVXFLOAT_FONTWORK_ALIGNMENT";
99 Text [ en-US ] = "Fontwork Alignment" ;
101 String STR_ALIGN_LEFT
103 Text [ en-US ] = "~Left Align";
105 String STR_ALIGN_CENTER
107 Text [ en-US ] = "~Center";
109 String STR_ALIGN_RIGHT
111 Text [ en-US ] = "~Right Align";
113 String STR_ALIGN_WORD
115 Text [ en-US ] = "~Word Justify";
117 String STR_ALIGN_STRETCH
119 Text [ en-US ] = "S~tretch Justify";
122 Image IMG_FONTWORK_ALIGN_LEFT_16
124 ImageBitmap = Bitmap { File = "fontworkalignleft_16.png"; };
127 Image IMG_FONTWORK_ALIGN_LEFT_26
129 ImageBitmap = Bitmap { File = "fontworkalignleft_26.png"; };
132 Image IMG_FONTWORK_ALIGN_CENTER_16
134 ImageBitmap = Bitmap { File = "fontworkaligncentered_16.png"; };
137 Image IMG_FONTWORK_ALIGN_CENTER_26
139 ImageBitmap = Bitmap { File = "fontworkaligncentered_26.png"; };
142 Image IMG_FONTWORK_ALIGN_RIGHT_16
144 ImageBitmap = Bitmap { File = "fontworkalignright_16.png"; };
147 Image IMG_FONTWORK_ALIGN_RIGHT_26
149 ImageBitmap = Bitmap { File = "fontworkalignright_26.png"; };
152 Image IMG_FONTWORK_ALIGN_WORD_16
154 ImageBitmap = Bitmap { File = "fontworkalignjustified_16.png"; };
157 Image IMG_FONTWORK_ALIGN_WORD_26
159 ImageBitmap = Bitmap { File = "fontworkalignjustified_26.png"; };
162 Image IMG_FONTWORK_ALIGN_STRETCH_16
164 ImageBitmap = Bitmap { File = "fontworkalignstretch_16.png"; };
167 Image IMG_FONTWORK_ALIGN_STRETCH_26
169 ImageBitmap = Bitmap { File = "fontworkalignstretch_26.png"; };
174 DockingWindow RID_SVXFLOAT_FONTWORK_CHARSPACING
176 HelpID = "svx:DockingWindow:RID_SVXFLOAT_FONTWORK_CHARSPACING";
185 Text [ en-US ] = "Fontwork Character Spacing" ;
187 String STR_CHARS_SPACING_VERY_TIGHT
189 Text [ en-US ] = "~Very Tight";
191 String STR_CHARS_SPACING_TIGHT
193 Text [ en-US ] = "~Tight";
195 String STR_CHARS_SPACING_NORMAL
197 Text [ en-US ] = "~Normal";
199 String STR_CHARS_SPACING_LOOSE
201 Text [ en-US ] = "~Loose";
203 String STR_CHARS_SPACING_VERY_LOOSE
205 Text [ en-US ] = "Very ~Loose";
207 String STR_CHARS_SPACING_CUSTOM
209 Text [ en-US ] = "~Custom...";
211 String STR_CHARS_SPACING_KERN_PAIRS
213 Text [ en-US ] = "~Kern Character Pairs";
217 ModalDialog RID_SVX_MDLG_FONTWORK_CHARSPACING
219 HelpID = "svx:ModalDialog:RID_SVX_MDLG_FONTWORK_CHARSPACING";
222 Size = MAP_APPFONT ( 139 , 64 ) ;
226 Text [ en-US ] = "Fontwork Character Spacing" ;
230 Pos = MAP_APPFONT ( 83 , 6 ) ;
231 Size = MAP_APPFONT ( 50 , 14 ) ;
235 CancelButton BTN_CANCEL
237 Pos = MAP_APPFONT ( 83 , 23 ) ;
238 Size = MAP_APPFONT ( 50 , 14 ) ;
243 Pos = MAP_APPFONT ( 83 , 43 ) ;
244 Size = MAP_APPFONT ( 50 , 14 ) ;
249 Pos = MAP_APPFONT ( 6 , 6 ) ;
250 Size = MAP_APPFONT ( 76 , 8 ) ;
251 Text[ en-US ] = "~Value";
255 HelpID = "svx:MetricField:RID_SVX_MDLG_FONTWORK_CHARSPACING:MF_VALUE";
257 Pos = MAP_APPFONT ( 6 , 17 ) ;
258 Size = MAP_APPFONT ( 32 , 12 ) ;
263 StrictFormat = TRUE ;
264 Unit = FUNIT_CUSTOM ;
265 CustomUnitText = "%" ;
271 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */