Searched refs:fontInfo (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfontcmn.cpp236 wxNativeFontInfo fontInfo; local
237 if ( !fontInfo.FromString(strNativeFontDesc) )
240 return New(fontInfo);
266 const wxNativeFontInfo *fontInfo = GetNativeFontInfo(); local
267 if ( fontInfo )
269 fontDesc = fontInfo->ToString();
283 const wxNativeFontInfo *fontInfo = GetNativeFontInfo(); local
284 if ( fontInfo )
286 fontDesc = fontInfo->ToUserString();
299 wxNativeFontInfo fontInfo; local
312 wxNativeFontInfo fontInfo; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacscreen.c81 FontInfo fontInfo; local
100 GetFontInfo(&fontInfo);
101 fontHeight = fontInfo.ascent + fontInfo.descent + fontInfo.leading;
102 fontWidth = fontInfo.widMax;
114 theWindow->portRect.top + fontInfo.descent,
118 pausePosition + fontInfo.descent,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtooltip.cpp259 FontInfo fontInfo; local
260 ::GetFontInfo(&fontInfo);
261 short lineh = fontInfo.ascent + fontInfo.descent + fontInfo.leading;
351 ::MoveTo( m_rect.left + kTipBorder , m_rect.top + fontInfo.ascent + kTipBorder);
363 ::MoveTo( m_rect.left + kTipBorder , m_rect.top + fontInfo.ascent + kTipBorder + height );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/private/
H A Dfontmgr.h52 wxFontBundle(const font_info_t *fontInfo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dnanox.c364 XFontStruct* fontInfo = malloc(sizeof(XFontStruct)); local
365 fontInfo->fid = GrCreateFont(fontName, 0, 0);
366 GrGetFontInfo(fontInfo->fid, & fontInfo->info);
368 return fontInfo;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/font/
H A Dfont.cpp476 wxString fontInfo = wxGetTextFromUser local
483 if ( fontInfo.empty() )
487 font.SetNativeFontInfo(fontInfo);
491 fontInfo.c_str());
856 wxString fontInfo; local
857 fontInfo.Printf(wxT("Font size is %d points, family: %s, encoding: %s"),
863 dc.DrawText(fontInfo, x, y);
866 fontInfo.Printf(wxT("Style: %s, weight: %s, fixed width: %s"),
871 dc.DrawText(fontInfo, x, y);
880 fontInfo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dfontutil.cpp1226 XFontStruct* fontInfo = (XFontStruct*) malloc(sizeof(XFontStruct));
1227 fontInfo->fid = GrCreateFont((GR_CHAR*) facename.c_str(), pixelHeight, & logFont);
1228 GrGetFontInfo(fontInfo->fid, & fontInfo->info);
1229 return (wxNativeFont) fontInfo;

Completed in 202 milliseconds