]>
Commit | Line | Data |
---|---|---|
c801d85f | 1 | ///////////////////////////////////////////////////////////////////////////// |
409d5a58 | 2 | // Name: gtk/font.cpp |
c801d85f KB |
3 | // Purpose: |
4 | // Author: Robert Roebling | |
a81258be | 5 | // Id: $Id$ |
6c9a19aa | 6 | // Copyright: (c) 1998 Robert Roebling and Julian Smart |
65571936 | 7 | // Licence: wxWindows licence |
c801d85f KB |
8 | ///////////////////////////////////////////////////////////////////////////// |
9 | ||
0c5d3e1c VZ |
10 | // ============================================================================ |
11 | // declarations | |
12 | // ============================================================================ | |
13 | ||
14 | // ---------------------------------------------------------------------------- | |
15 | // headers | |
16 | // ---------------------------------------------------------------------------- | |
17 | ||
14f355c2 VS |
18 | // For compilers that support precompilation, includes "wx.h". |
19 | #include "wx/wxprec.h" | |
20 | ||
c801d85f | 21 | #include "wx/font.h" |
7beba2fc VZ |
22 | #include "wx/fontutil.h" |
23 | #include "wx/cmndata.h" | |
c801d85f | 24 | #include "wx/utils.h" |
5705323e | 25 | #include "wx/log.h" |
4cb122de | 26 | #include "wx/gdicmn.h" |
8636aed8 | 27 | #include "wx/tokenzr.h" |
c7985368 | 28 | #include "wx/settings.h" |
0c5d3e1c | 29 | |
c801d85f KB |
30 | #include <strings.h> |
31 | ||
9e691f46 | 32 | #include "wx/gtk/private.h" |
d06b34a7 | 33 | #include <gdk/gdkprivate.h> |
83624f79 | 34 | |
409d5a58 VZ |
35 | // ---------------------------------------------------------------------------- |
36 | // constants | |
37 | // ---------------------------------------------------------------------------- | |
38 | ||
39 | // the default size (in points) for the fonts | |
40 | static const int wxDEFAULT_FONT_SIZE = 12; | |
41 | ||
42 | // ---------------------------------------------------------------------------- | |
011ba5ed | 43 | // wxScaledFontList: maps the font sizes to the GDK fonts for the given font |
409d5a58 VZ |
44 | // ---------------------------------------------------------------------------- |
45 | ||
011ba5ed VZ |
46 | WX_DECLARE_HASH_MAP(int, GdkFont *, wxIntegerHash, wxIntegerEqual, |
47 | wxScaledFontList); | |
409d5a58 | 48 | |
0c5d3e1c VZ |
49 | // ---------------------------------------------------------------------------- |
50 | // wxFontRefData | |
51 | // ---------------------------------------------------------------------------- | |
52 | ||
53 | class wxFontRefData : public wxObjectRefData | |
c801d85f | 54 | { |
8bbe427f | 55 | public: |
409d5a58 VZ |
56 | // from broken down font parameters, also default ctor |
57 | wxFontRefData(int size = -1, | |
58 | int family = wxFONTFAMILY_DEFAULT, | |
59 | int style = wxFONTSTYLE_NORMAL, | |
60 | int weight = wxFONTWEIGHT_NORMAL, | |
0c5d3e1c VZ |
61 | bool underlined = FALSE, |
62 | const wxString& faceName = wxEmptyString, | |
7826e2dd | 63 | wxFontEncoding encoding = wxFONTENCODING_DEFAULT); |
409d5a58 VZ |
64 | |
65 | // from XFLD | |
66 | wxFontRefData(const wxString& fontname); | |
67 | ||
68 | // copy ctor | |
358fc25c | 69 | wxFontRefData( const wxFontRefData& data ); |
409d5a58 | 70 | |
0c5d3e1c VZ |
71 | virtual ~wxFontRefData(); |
72 | ||
409d5a58 VZ |
73 | // do we have the native font info? |
74 | bool HasNativeFont() const | |
75 | { | |
011ba5ed VZ |
76 | // we always have a Pango font description |
77 | return TRUE; | |
409d5a58 VZ |
78 | } |
79 | ||
80 | // setters: all of them also take care to modify m_nativeFontInfo if we | |
81 | // have it so as to not lose the information not carried by our fields | |
82 | void SetPointSize(int pointSize); | |
83 | void SetFamily(int family); | |
84 | void SetStyle(int style); | |
85 | void SetWeight(int weight); | |
86 | void SetUnderlined(bool underlined); | |
87 | void SetFaceName(const wxString& facename); | |
88 | void SetEncoding(wxFontEncoding encoding); | |
89 | ||
2b5f62a0 | 90 | void SetNoAntiAliasing( bool no = TRUE ) { m_noAA = no; } |
5ac2e80c | 91 | bool GetNoAntiAliasing() const { return m_noAA; } |
cd9a673c | 92 | |
011ba5ed VZ |
93 | // and this one also modifies all the other font data fields |
94 | void SetNativeFontInfo(const wxNativeFontInfo& info); | |
95 | ||
0c5d3e1c VZ |
96 | protected: |
97 | // common part of all ctors | |
98 | void Init(int pointSize, | |
99 | int family, | |
100 | int style, | |
101 | int weight, | |
102 | bool underlined, | |
103 | const wxString& faceName, | |
7826e2dd | 104 | wxFontEncoding encoding); |
0c5d3e1c | 105 | |
011ba5ed VZ |
106 | // set all fields from (already initialized and valid) m_nativeFontInfo |
107 | void InitFromNative(); | |
108 | ||
0c5d3e1c | 109 | private: |
2b5f62a0 | 110 | // clear m_scaled_xfonts if any |
011ba5ed VZ |
111 | void ClearGdkFonts(); |
112 | ||
f35c2659 RR |
113 | int m_pointSize; |
114 | int m_family, | |
115 | m_style, | |
116 | m_weight; | |
117 | bool m_underlined; | |
118 | wxString m_faceName; | |
db16cab4 | 119 | wxFontEncoding m_encoding; // Unused under GTK 2.0 |
2b5f62a0 | 120 | bool m_noAA; // No anti-aliasing |
7826e2dd | 121 | |
db16cab4 RR |
122 | // The native font info, basicly an XFLD under GTK 1.2 and |
123 | // the pango font description under GTK 2.0. | |
30764ab5 | 124 | wxNativeFontInfo m_nativeFontInfo; |
8bbe427f | 125 | |
f6bcfd97 | 126 | friend class wxFont; |
c801d85f KB |
127 | }; |
128 | ||
0c5d3e1c | 129 | // ---------------------------------------------------------------------------- |
cd9a673c | 130 | // wxFontRefData |
0c5d3e1c VZ |
131 | // ---------------------------------------------------------------------------- |
132 | ||
133 | void wxFontRefData::Init(int pointSize, | |
134 | int family, | |
135 | int style, | |
136 | int weight, | |
137 | bool underlined, | |
138 | const wxString& faceName, | |
7826e2dd | 139 | wxFontEncoding encoding) |
8bbe427f | 140 | { |
409d5a58 | 141 | m_family = family == wxFONTFAMILY_DEFAULT ? wxFONTFAMILY_SWISS : family; |
0c5d3e1c VZ |
142 | |
143 | m_faceName = faceName; | |
144 | ||
409d5a58 VZ |
145 | // we accept both wxDEFAULT and wxNORMAL here - should we? |
146 | m_style = style == wxDEFAULT ? wxFONTSTYLE_NORMAL : style; | |
147 | m_weight = weight == wxDEFAULT ? wxFONTWEIGHT_NORMAL : weight; | |
0c5d3e1c | 148 | |
409d5a58 VZ |
149 | // and here, do we really want to forbid creation of the font of the size |
150 | // 90 (the value of wxDEFAULT)?? | |
011ba5ed VZ |
151 | m_pointSize = pointSize == wxDEFAULT || pointSize == -1 |
152 | ? wxDEFAULT_FONT_SIZE | |
153 | : pointSize; | |
0c5d3e1c VZ |
154 | |
155 | m_underlined = underlined; | |
156 | m_encoding = encoding; | |
cd9a673c | 157 | |
2b5f62a0 | 158 | m_noAA = FALSE; |
011ba5ed | 159 | |
46eed000 RR |
160 | // Create native font info |
161 | m_nativeFontInfo.description = pango_font_description_new(); | |
162 | ||
011ba5ed | 163 | // And set its values |
2b5f62a0 VZ |
164 | if (!m_faceName.empty()) |
165 | { | |
166 | pango_font_description_set_family( m_nativeFontInfo.description, wxGTK_CONV(m_faceName) ); | |
167 | } | |
168 | else | |
169 | { | |
170 | switch (m_family) | |
171 | { | |
172 | case wxFONTFAMILY_MODERN: | |
173 | case wxFONTFAMILY_TELETYPE: | |
174 | pango_font_description_set_family( m_nativeFontInfo.description, "monospace" ); | |
175 | break; | |
176 | case wxFONTFAMILY_ROMAN: | |
177 | pango_font_description_set_family( m_nativeFontInfo.description, "serif" ); | |
178 | break; | |
179 | case wxFONTFAMILY_SWISS: | |
180 | // SWISS = sans serif | |
181 | default: | |
182 | pango_font_description_set_family( m_nativeFontInfo.description, "sans" ); | |
183 | break; | |
184 | } | |
46eed000 | 185 | } |
cd9a673c | 186 | |
46eed000 RR |
187 | SetStyle( m_style ); |
188 | SetPointSize( m_pointSize ); | |
189 | SetWeight( m_weight ); | |
358fc25c RR |
190 | } |
191 | ||
011ba5ed | 192 | void wxFontRefData::InitFromNative() |
409d5a58 | 193 | { |
2b5f62a0 VZ |
194 | m_noAA = FALSE; |
195 | ||
db16cab4 RR |
196 | // Get native info |
197 | PangoFontDescription *desc = m_nativeFontInfo.description; | |
011ba5ed | 198 | |
db16cab4 RR |
199 | // init fields |
200 | m_faceName = wxGTK_CONV_BACK( pango_font_description_get_family( desc ) ); | |
011ba5ed | 201 | |
b6b579bd RR |
202 | // Pango sometimes needs to have a size |
203 | int pango_size = pango_font_description_get_size( desc ); | |
204 | if (pango_size == 0) | |
d332c514 | 205 | m_nativeFontInfo.SetPointSize(12); |
0f6858b6 | 206 | |
d332c514 MR |
207 | m_pointSize = m_nativeFontInfo.GetPointSize(); |
208 | m_style = m_nativeFontInfo.GetStyle(); | |
209 | m_weight = m_nativeFontInfo.GetWeight(); | |
011ba5ed | 210 | |
a732ef91 | 211 | if (m_faceName == wxT("monospace")) |
db16cab4 RR |
212 | { |
213 | m_family = wxFONTFAMILY_TELETYPE; | |
214 | } | |
215 | else if (m_faceName == wxT("sans")) | |
216 | { | |
217 | m_family = wxFONTFAMILY_SWISS; | |
218 | } | |
2b5f62a0 VZ |
219 | else if (m_faceName == wxT("serif")) |
220 | { | |
221 | m_family = wxFONTFAMILY_ROMAN; | |
222 | } | |
db16cab4 RR |
223 | else |
224 | { | |
225 | m_family = wxFONTFAMILY_UNKNOWN; | |
226 | } | |
227 | ||
228 | // Pango description are never underlined (?) | |
229 | m_underlined = FALSE; | |
230 | ||
231 | // Cannot we choose that | |
232 | m_encoding = wxFONTENCODING_SYSTEM; | |
409d5a58 VZ |
233 | } |
234 | ||
011ba5ed VZ |
235 | wxFontRefData::wxFontRefData( const wxFontRefData& data ) |
236 | : wxObjectRefData() | |
237 | { | |
238 | m_pointSize = data.m_pointSize; | |
239 | m_family = data.m_family; | |
240 | m_style = data.m_style; | |
241 | m_weight = data.m_weight; | |
242 | ||
243 | m_underlined = data.m_underlined; | |
244 | ||
245 | m_faceName = data.m_faceName; | |
246 | m_encoding = data.m_encoding; | |
247 | ||
2b5f62a0 | 248 | m_noAA = data.m_noAA; |
cd9a673c RD |
249 | |
250 | // Forces a copy of the internal data. wxNativeFontInfo should probably | |
251 | // have a copy ctor and assignment operator to fix this properly but that | |
252 | // would break binary compatibility... | |
253 | m_nativeFontInfo.FromString(data.m_nativeFontInfo.ToString()); | |
011ba5ed VZ |
254 | } |
255 | ||
256 | wxFontRefData::wxFontRefData(int size, int family, int style, | |
257 | int weight, bool underlined, | |
258 | const wxString& faceName, | |
259 | wxFontEncoding encoding) | |
260 | { | |
261 | Init(size, family, style, weight, underlined, faceName, encoding); | |
262 | } | |
263 | ||
264 | wxFontRefData::wxFontRefData(const wxString& fontname) | |
8bbe427f | 265 | { |
011ba5ed | 266 | m_nativeFontInfo.FromString( fontname ); |
011ba5ed VZ |
267 | |
268 | InitFromNative(); | |
269 | } | |
270 | ||
011ba5ed VZ |
271 | void wxFontRefData::ClearGdkFonts() |
272 | { | |
2b5f62a0 | 273 | } |
011ba5ed VZ |
274 | |
275 | wxFontRefData::~wxFontRefData() | |
276 | { | |
277 | ClearGdkFonts(); | |
0c5d3e1c | 278 | } |
c801d85f | 279 | |
0c5d3e1c | 280 | // ---------------------------------------------------------------------------- |
409d5a58 | 281 | // wxFontRefData SetXXX() |
0c5d3e1c | 282 | // ---------------------------------------------------------------------------- |
c801d85f | 283 | |
409d5a58 | 284 | void wxFontRefData::SetPointSize(int pointSize) |
c801d85f | 285 | { |
409d5a58 | 286 | m_pointSize = pointSize; |
c801d85f | 287 | |
8a15e8ba | 288 | m_nativeFontInfo.SetPointSize(pointSize); |
7826e2dd VZ |
289 | } |
290 | ||
409d5a58 | 291 | void wxFontRefData::SetFamily(int family) |
7826e2dd | 292 | { |
409d5a58 | 293 | m_family = family; |
30764ab5 | 294 | |
409d5a58 | 295 | // TODO: what are we supposed to do with m_nativeFontInfo here? |
30764ab5 VZ |
296 | } |
297 | ||
409d5a58 | 298 | void wxFontRefData::SetStyle(int style) |
c801d85f | 299 | { |
409d5a58 VZ |
300 | m_style = style; |
301 | ||
7533ba25 | 302 | m_nativeFontInfo.SetStyle((wxFontStyle)style); |
409d5a58 | 303 | } |
7beba2fc | 304 | |
409d5a58 VZ |
305 | void wxFontRefData::SetWeight(int weight) |
306 | { | |
307 | m_weight = weight; | |
8bbe427f | 308 | |
7533ba25 | 309 | m_nativeFontInfo.SetWeight((wxFontWeight)weight); |
409d5a58 | 310 | } |
30764ab5 | 311 | |
409d5a58 VZ |
312 | void wxFontRefData::SetUnderlined(bool underlined) |
313 | { | |
314 | m_underlined = underlined; | |
8636aed8 | 315 | |
409d5a58 VZ |
316 | // the XLFD doesn't have "underlined" field anyhow |
317 | } | |
30760ce7 | 318 | |
409d5a58 VZ |
319 | void wxFontRefData::SetFaceName(const wxString& facename) |
320 | { | |
321 | m_faceName = facename; | |
7beba2fc | 322 | |
8a15e8ba | 323 | m_nativeFontInfo.SetFaceName(facename); |
409d5a58 | 324 | } |
284b4c88 | 325 | |
409d5a58 VZ |
326 | void wxFontRefData::SetEncoding(wxFontEncoding encoding) |
327 | { | |
328 | m_encoding = encoding; | |
409d5a58 | 329 | } |
284b4c88 | 330 | |
011ba5ed VZ |
331 | void wxFontRefData::SetNativeFontInfo(const wxNativeFontInfo& info) |
332 | { | |
333 | // previously cached fonts shouldn't be used | |
334 | ClearGdkFonts(); | |
335 | ||
336 | m_nativeFontInfo = info; | |
337 | ||
338 | // set all the other font parameters from the native font info | |
339 | InitFromNative(); | |
340 | } | |
341 | ||
409d5a58 VZ |
342 | // ---------------------------------------------------------------------------- |
343 | // wxFont creation | |
344 | // ---------------------------------------------------------------------------- | |
36f210c8 | 345 | |
409d5a58 | 346 | IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject) |
36f210c8 | 347 | |
409d5a58 VZ |
348 | wxFont::wxFont(const wxNativeFontInfo& info) |
349 | { | |
011ba5ed | 350 | Create( info.GetPointSize(), |
db16cab4 RR |
351 | info.GetFamily(), |
352 | info.GetStyle(), | |
353 | info.GetWeight(), | |
354 | info.GetUnderlined(), | |
355 | info.GetFaceName(), | |
356 | info.GetEncoding() ); | |
409d5a58 VZ |
357 | } |
358 | ||
359 | bool wxFont::Create( int pointSize, | |
360 | int family, | |
361 | int style, | |
362 | int weight, | |
363 | bool underlined, | |
364 | const wxString& face, | |
365 | wxFontEncoding encoding) | |
366 | { | |
2b5f62a0 VZ |
367 | UnRef(); |
368 | ||
409d5a58 VZ |
369 | m_refData = new wxFontRefData(pointSize, family, style, weight, |
370 | underlined, face, encoding); | |
371 | ||
372 | return TRUE; | |
373 | } | |
374 | ||
375 | bool wxFont::Create(const wxString& fontname) | |
376 | { | |
377 | // VZ: does this really happen? | |
378 | if ( fontname.empty() ) | |
36f210c8 | 379 | { |
409d5a58 | 380 | *this = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT); |
7beba2fc | 381 | |
409d5a58 | 382 | return TRUE; |
36f210c8 | 383 | } |
409d5a58 VZ |
384 | |
385 | m_refData = new wxFontRefData(fontname); | |
386 | ||
0c5d3e1c | 387 | return TRUE; |
ff7b1510 | 388 | } |
c801d85f | 389 | |
0c5d3e1c | 390 | void wxFont::Unshare() |
8bbe427f | 391 | { |
0c5d3e1c VZ |
392 | if (!m_refData) |
393 | { | |
394 | m_refData = new wxFontRefData(); | |
395 | } | |
396 | else | |
397 | { | |
398 | wxFontRefData* ref = new wxFontRefData(*(wxFontRefData*)m_refData); | |
399 | UnRef(); | |
400 | m_refData = ref; | |
401 | } | |
ff7b1510 | 402 | } |
c801d85f | 403 | |
8bbe427f | 404 | wxFont::~wxFont() |
c801d85f | 405 | { |
ff7b1510 | 406 | } |
c801d85f | 407 | |
0c5d3e1c VZ |
408 | // ---------------------------------------------------------------------------- |
409 | // accessors | |
410 | // ---------------------------------------------------------------------------- | |
c801d85f | 411 | |
8bbe427f | 412 | int wxFont::GetPointSize() const |
c801d85f | 413 | { |
223d09f6 | 414 | wxCHECK_MSG( Ok(), 0, wxT("invalid font") ); |
8bbe427f | 415 | |
02d9204c MR |
416 | #if wxUSE_PANGO |
417 | return M_FONTDATA->HasNativeFont() ? M_FONTDATA->m_nativeFontInfo.GetPointSize() | |
418 | : M_FONTDATA->m_pointSize; | |
419 | #else | |
8bbe427f | 420 | return M_FONTDATA->m_pointSize; |
02d9204c | 421 | #endif |
ff7b1510 | 422 | } |
c801d85f | 423 | |
8bbe427f | 424 | wxString wxFont::GetFaceName() const |
c801d85f | 425 | { |
223d09f6 | 426 | wxCHECK_MSG( Ok(), wxT(""), wxT("invalid font") ); |
8bbe427f | 427 | |
02d9204c MR |
428 | #if wxUSE_PANGO |
429 | return M_FONTDATA->HasNativeFont() ? M_FONTDATA->m_nativeFontInfo.GetFaceName() | |
430 | : M_FONTDATA->m_faceName; | |
431 | #else | |
36b3b54a | 432 | return M_FONTDATA->m_faceName; |
02d9204c | 433 | #endif |
ff7b1510 | 434 | } |
c801d85f | 435 | |
8bbe427f | 436 | int wxFont::GetFamily() const |
c801d85f | 437 | { |
223d09f6 | 438 | wxCHECK_MSG( Ok(), 0, wxT("invalid font") ); |
8bbe427f | 439 | |
02d9204c | 440 | #if wxUSE_PANGO |
b67d14be MR |
441 | int ret = M_FONTDATA->m_family; |
442 | if (M_FONTDATA->HasNativeFont()) | |
443 | // wxNativeFontInfo::GetFamily is expensive, must not call more than once | |
444 | ret = M_FONTDATA->m_nativeFontInfo.GetFamily(); | |
445 | ||
446 | if (ret == wxFONTFAMILY_DEFAULT) | |
447 | ret = M_FONTDATA->m_family; | |
448 | ||
449 | return ret; | |
02d9204c | 450 | #else |
8bbe427f | 451 | return M_FONTDATA->m_family; |
02d9204c | 452 | #endif |
ff7b1510 | 453 | } |
c801d85f | 454 | |
8bbe427f | 455 | int wxFont::GetStyle() const |
c801d85f | 456 | { |
223d09f6 | 457 | wxCHECK_MSG( Ok(), 0, wxT("invalid font") ); |
d84eb083 | 458 | |
02d9204c MR |
459 | #if wxUSE_PANGO |
460 | return M_FONTDATA->HasNativeFont() ? M_FONTDATA->m_nativeFontInfo.GetStyle() | |
461 | : M_FONTDATA->m_style; | |
462 | #else | |
8bbe427f | 463 | return M_FONTDATA->m_style; |
02d9204c | 464 | #endif |
ff7b1510 | 465 | } |
c801d85f | 466 | |
8bbe427f | 467 | int wxFont::GetWeight() const |
c801d85f | 468 | { |
223d09f6 | 469 | wxCHECK_MSG( Ok(), 0, wxT("invalid font") ); |
8bbe427f | 470 | |
02d9204c MR |
471 | #if wxUSE_PANGO |
472 | return M_FONTDATA->HasNativeFont() ? M_FONTDATA->m_nativeFontInfo.GetWeight() | |
473 | : M_FONTDATA->m_weight; | |
474 | #else | |
8bbe427f | 475 | return M_FONTDATA->m_weight; |
02d9204c | 476 | #endif |
8bbe427f VZ |
477 | } |
478 | ||
8bbe427f VZ |
479 | bool wxFont::GetUnderlined() const |
480 | { | |
223d09f6 | 481 | wxCHECK_MSG( Ok(), FALSE, wxT("invalid font") ); |
8bbe427f VZ |
482 | |
483 | return M_FONTDATA->m_underlined; | |
ff7b1510 | 484 | } |
c801d85f | 485 | |
0c5d3e1c | 486 | wxFontEncoding wxFont::GetEncoding() const |
358fc25c | 487 | { |
223d09f6 | 488 | wxCHECK_MSG( Ok(), wxFONTENCODING_DEFAULT, wxT("invalid font") ); |
0c5d3e1c | 489 | |
02d9204c | 490 | // m_encoding is unused in wxGTK2, return encoding that the user set. |
0c5d3e1c | 491 | return M_FONTDATA->m_encoding; |
358fc25c RR |
492 | } |
493 | ||
5ac2e80c | 494 | bool wxFont::GetNoAntiAliasing() const |
2b5f62a0 VZ |
495 | { |
496 | wxCHECK_MSG( Ok(), wxFONTENCODING_DEFAULT, wxT("invalid font") ); | |
497 | ||
498 | return M_FONTDATA->m_noAA; | |
499 | } | |
500 | ||
3bf5a59b | 501 | const wxNativeFontInfo *wxFont::GetNativeFontInfo() const |
30764ab5 | 502 | { |
7826e2dd | 503 | wxCHECK_MSG( Ok(), (wxNativeFontInfo *)NULL, wxT("invalid font") ); |
30764ab5 | 504 | |
3bf5a59b | 505 | return &(M_FONTDATA->m_nativeFontInfo); |
30764ab5 VZ |
506 | } |
507 | ||
53f6aab7 VZ |
508 | bool wxFont::IsFixedWidth() const |
509 | { | |
510 | wxCHECK_MSG( Ok(), FALSE, wxT("invalid font") ); | |
511 | ||
53f6aab7 VZ |
512 | return wxFontBase::IsFixedWidth(); |
513 | } | |
30764ab5 | 514 | |
0c5d3e1c VZ |
515 | // ---------------------------------------------------------------------------- |
516 | // change font attributes | |
517 | // ---------------------------------------------------------------------------- | |
518 | ||
358fc25c RR |
519 | void wxFont::SetPointSize(int pointSize) |
520 | { | |
521 | Unshare(); | |
011ba5ed | 522 | |
409d5a58 | 523 | M_FONTDATA->SetPointSize(pointSize); |
358fc25c RR |
524 | } |
525 | ||
526 | void wxFont::SetFamily(int family) | |
527 | { | |
528 | Unshare(); | |
529 | ||
409d5a58 | 530 | M_FONTDATA->SetFamily(family); |
358fc25c RR |
531 | } |
532 | ||
533 | void wxFont::SetStyle(int style) | |
534 | { | |
535 | Unshare(); | |
536 | ||
409d5a58 | 537 | M_FONTDATA->SetStyle(style); |
358fc25c RR |
538 | } |
539 | ||
540 | void wxFont::SetWeight(int weight) | |
541 | { | |
542 | Unshare(); | |
543 | ||
409d5a58 | 544 | M_FONTDATA->SetWeight(weight); |
358fc25c RR |
545 | } |
546 | ||
547 | void wxFont::SetFaceName(const wxString& faceName) | |
548 | { | |
549 | Unshare(); | |
550 | ||
409d5a58 | 551 | M_FONTDATA->SetFaceName(faceName); |
358fc25c RR |
552 | } |
553 | ||
554 | void wxFont::SetUnderlined(bool underlined) | |
555 | { | |
556 | Unshare(); | |
557 | ||
409d5a58 | 558 | M_FONTDATA->SetUnderlined(underlined); |
358fc25c RR |
559 | } |
560 | ||
0c5d3e1c VZ |
561 | void wxFont::SetEncoding(wxFontEncoding encoding) |
562 | { | |
563 | Unshare(); | |
c801d85f | 564 | |
409d5a58 | 565 | M_FONTDATA->SetEncoding(encoding); |
30764ab5 VZ |
566 | } |
567 | ||
9045ad9d | 568 | void wxFont::DoSetNativeFontInfo( const wxNativeFontInfo& info ) |
2b5f62a0 VZ |
569 | { |
570 | Unshare(); | |
571 | ||
572 | M_FONTDATA->SetNativeFontInfo( info ); | |
573 | } | |
574 | ||
575 | void wxFont::SetNoAntiAliasing( bool no ) | |
30764ab5 VZ |
576 | { |
577 | Unshare(); | |
578 | ||
2b5f62a0 | 579 | M_FONTDATA->SetNoAntiAliasing( no ); |
0c5d3e1c | 580 | } |