• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/

Lines Matching refs:Font

125 Font::Font() {
130 Font::~Font() {
133 void Font::Create(const char *faceName, int characterSet, int size, bool bold, bool italic, bool extraFontFlag) {
159 void Font::Release() {
201 virtual void DrawTextNoClip(PRectangle rc, Font &font_, int ybase, const char *s, int len, ColourAllocated fore, ColourAllocated back);
202 virtual void DrawTextClipped(PRectangle rc, Font &font_, int ybase, const char *s, int len, ColourAllocated fore, ColourAllocated back);
203 virtual void DrawTextTransparent(PRectangle rc, Font &font_, int ybase, const char *s, int len, ColourAllocated fore);
204 virtual void MeasureWidths(Font &font_, const char *s, int len, int *positions);
205 virtual int WidthText(Font &font_, const char *s, int len);
206 virtual int WidthChar(Font &font_, char ch);
207 virtual int Ascent(Font &font_);
208 virtual int Descent(Font &font_);
209 virtual int InternalLeading(Font &font_);
210 virtual int ExternalLeading(Font &font_);
211 virtual int Height(Font &font_);
212 virtual int AverageCharWidth(Font &font_);
222 void SetFont(Font &font_);
292 void SurfaceImpl::SetFont(Font &font_) {
457 void SurfaceImpl::DrawTextNoClip(PRectangle rc, Font &font, int ybase,
470 void SurfaceImpl::DrawTextClipped(PRectangle rc, Font &font, int ybase,
485 void SurfaceImpl::DrawTextTransparent(PRectangle rc, Font &font, int ybase,
501 void SurfaceImpl::MeasureWidths(Font &font, const char *s, int len, int *positions) {
541 int SurfaceImpl::WidthText(Font &font, const char *s, int len) {
551 int SurfaceImpl::WidthChar(Font &font, char ch) {
563 int SurfaceImpl::Ascent(Font &font) {
571 int SurfaceImpl::Descent(Font &font) {
578 int SurfaceImpl::InternalLeading(Font &WXUNUSED(font)) {
582 int SurfaceImpl::ExternalLeading(Font &font) {
589 int SurfaceImpl::Height(Font &font) {
594 int SurfaceImpl::AverageCharWidth(Font &font) {
678 void Window::SetFont(Font &font) {
1100 virtual void SetFont(Font &font);
1141 void ListBoxImpl::SetFont(Font &font) {