Home
last modified time | relevance | path

Searched refs:CFontRef (Results 1 – 25 of 109) sorted by relevance

12345

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/
H A Dcfont.h78 using CFontRef = CFontDesc*; variable
83 extern const CFontRef kSystemFont;
84 extern const CFontRef kNormalFontVeryBig;
85 extern const CFontRef kNormalFontBig;
86 extern const CFontRef kNormalFont;
87 extern const CFontRef kNormalFontSmall;
88 extern const CFontRef kNormalFontSmaller;
89 extern const CFontRef kNormalFontVerySmall;
90 extern const CFontRef kSymbolFont;
H A Dcfont.cpp67 const CFontRef kSystemFont = &gSystemFont;
68 const CFontRef kNormalFontVeryBig = &gNormalFontVeryBig;
69 const CFontRef kNormalFontBig = &gNormalFontBig;
70 const CFontRef kNormalFont = &gNormalFont;
71 const CFontRef kNormalFontSmall = &gNormalFontSmall;
72 const CFontRef kNormalFontSmaller = &gNormalFontSmaller;
73 const CFontRef kNormalFontVerySmall = &gNormalFontVerySmall;
74 const CFontRef kSymbolFont = &gSymbolFont;
H A Dcdrawmethods.h53 UTF8String createTruncatedText (TextTruncateMode mode, const UTF8String& text, CFontRef font, in operator()
73 const UTF8String& title, CFontRef font, CColor textColor,
H A Dcdrawcontext.h146 virtual void setFont (const CFontRef font, const CCoord& size = 0, const int32_t& style = -1);
148 const CFontRef getFont () const { return currentState.font; } in getFont()
212 virtual CGraphicsPath* createTextPath (const CFontRef font, UTF8StringPtr text) = 0;
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/
H A Dcfont.h80 extern const CFontRef kSystemFont;
81 extern const CFontRef kNormalFontVeryBig;
82 extern const CFontRef kNormalFontBig;
83 extern const CFontRef kNormalFont;
84 extern const CFontRef kNormalFontSmall;
85 extern const CFontRef kNormalFontSmaller;
86 extern const CFontRef kNormalFontVerySmall;
87 extern const CFontRef kSymbolFont;
H A Dcfont.cpp57 const CFontRef kSystemFont = &gSystemFont;
58 const CFontRef kNormalFontVeryBig = &gNormalFontVeryBig;
59 const CFontRef kNormalFontBig = &gNormalFontBig;
60 const CFontRef kNormalFont = &gNormalFont;
61 const CFontRef kNormalFontSmall = &gNormalFontSmall;
62 const CFontRef kNormalFontSmaller = &gNormalFontSmaller;
63 const CFontRef kNormalFontVerySmall = &gNormalFontVerySmall;
64 const CFontRef kSymbolFont = &gSymbolFont;
H A Dcdrawmethods.h52 UTF8String createTruncatedText (TextTruncateMode mode, const UTF8String& text, CFontRef font,
72 const UTF8String& title, CFontRef font, CColor textColor,
H A Dcdrawcontext.h145 virtual void setFont (const CFontRef font, const CCoord& size = 0, const int32_t& style = -1);
147 const CFontRef getFont () const { return currentState.font; } in getFont()
211 virtual CGraphicsPath* createTextPath (const CFontRef font, UTF8StringPtr text) = 0;
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DRuntimeFont.h29 VSTGUI::CFontRef getLatoAtSize(float size, int style = VSTGUI::kNormalFace);
38 extern VSTGUI::CFontRef displayFont;
39 extern VSTGUI::CFontRef patchNameFont;
40 extern VSTGUI::CFontRef lfoTypeFont;
41 extern VSTGUI::CFontRef aboutFont;
H A DCSurgeHyperlink.h39 void setFont(VSTGUI::CFontRef f) in setFont()
89 VSTGUI::CFontRef font;
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/controls/
H A Dcfontchooser.h21 virtual void fontChanged (CFontChooser* chooser, CFontRef newFont) = 0;
28 CFontRef font;
42 CFontChooserUIDefinition (CFontRef font = kSystemFont,
67 …CFontChooser (IFontChooserDelegate* delegate, CFontRef initialFont = nullptr, const CFontChooserUI…
70 void setFont (CFontRef font);
88 CFontRef selFont;
H A Dcparamdisplay.h47 virtual void setFont (CFontRef fontID);
48 const CFontRef getFont () const { return fontID; } in getFont()
140 CFontRef fontID;
H A Dcstringlist.h33 void setFont (CFontRef f);
44 CFontRef getFont () const;
H A Dcbuttons.h78 virtual void setFont (CFontRef newFont);
79 const CFontRef getFont () const { return font; } in getFont()
187 virtual void setFont (CFontRef newFont);
188 CFontRef getFont () const { return font; } in getFont()
H A Dcfontchooser.cpp27 void setFont (CFontRef newFont) in setFont()
63 CFontRef font;
82 CFontChooser::CFontChooser (IFontChooserDelegate* delegate, CFontRef initialFont, const CFontChoose… in CFontChooser()
188 void CFontChooser::setFont (CFontRef font) in setFont()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/controls/
H A Dcfontchooser.h22 virtual void fontChanged (CFontChooser* chooser, CFontRef newFont) = 0;
29 CFontRef font;
43 CFontChooserUIDefinition (CFontRef font = kSystemFont,
68 …CFontChooser (IFontChooserDelegate* delegate, CFontRef initialFont = nullptr, const CFontChooserUI…
71 void setFont (CFontRef font);
89 CFontRef selFont;
H A Dcparamdisplay.h48 virtual void setFont (CFontRef fontID);
49 const CFontRef getFont () const { return fontID; } in getFont()
141 CFontRef fontID;
H A Dcbuttons.h79 virtual void setFont (CFontRef newFont);
80 const CFontRef getFont () const { return font; } in getFont()
188 virtual void setFont (CFontRef newFont);
189 CFontRef getFont () const { return font; } in getFont()
H A Dcfontchooser.cpp27 void setFont (CFontRef newFont) in setFont()
63 CFontRef font;
82 CFontChooser::CFontChooser (IFontChooserDelegate* delegate, CFontRef initialFont, const CFontChoose… in CFontChooser()
188 void CFontChooser::setFont (CFontRef font) in setFont()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/standalone/examples/minesweeper/source/
H A Dminefieldviewcontroller.h56 void drawQuestionMark (const CRect& r, CDrawContext& context, CFontRef f) const;
57 void drawQuestionMarkCell (const CRect& r, CDrawContext& context, CFontRef f) const;
58 void drawFlag (const CRect& r, CDrawContext& context, CFontRef f) const;
59 void drawFlaggedCell (const CRect& r, CDrawContext& context, CFontRef f) const;
60 void drawMinedCell (const CRect& r, CDrawContext& context, CFontRef f) const;
61 void drawExplosionCell (const CRect& r, CDrawContext& context, CFontRef f) const;
62 void drawCellNeighbours (const CRect& r, CDrawContext& context, CFontRef f,
H A Dminefieldviewcontroller.cpp167 CFontRef f) const in drawQuestionMark()
176 CFontRef f) const in drawQuestionMarkCell()
185 void MinefieldViewController::drawFlag (const CRect& r, CDrawContext& context, CFontRef f) const in drawFlag()
194 CFontRef f) const in drawFlaggedCell()
204 CFontRef f) const in drawMinedCell()
213 CFontRef f) const in drawExplosionCell()
221 void MinefieldViewController::drawCellNeighbours (const CRect& r, CDrawContext& context, CFontRef f, in drawCellNeighbours()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/tests/unittest/uidescription/
H A Duidescriptionadapter.h16 CFontRef getFont (UTF8StringPtr name) const override { return nullptr; } in getFont()
24 UTF8StringPtr lookupFontName (const CFontRef font) const override { return nullptr; } in lookupFontName()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tests/unittest/uidescription/
H A Duidescriptionadapter.h16 CFontRef getFont (UTF8StringPtr name) const override { return nullptr; }
24 UTF8StringPtr lookupFontName (const CFontRef font) const override { return nullptr; }
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/uidescription/
H A Diuidescription.h27 virtual CFontRef getFont (UTF8StringPtr name) const = 0;
35 virtual UTF8StringPtr lookupFontName (const CFontRef font) const = 0;
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/uidescription/
H A Diuidescription.h28 virtual CFontRef getFont (UTF8StringPtr name) const = 0;
36 virtual UTF8StringPtr lookupFontName (const CFontRef font) const = 0;

12345