geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
#include <Platform.h>
Public Member Functions | |
Font () noexcept | |
Font (const Font &)=delete | |
Font (Font &&)=delete | |
Font & | operator= (const Font &)=delete |
Font & | operator= (Font &&)=delete |
virtual | ~Font () |
virtual void | Create (const FontParameters &fp) |
virtual void | Release () |
FontID | GetID () const noexcept |
void | SetID (FontID fid_) noexcept |
Protected Attributes | |
FontID | fid |
Friends | |
class | Surface |
class | SurfaceImpl |
Definition at line 315 of file Platform.h.
|
noexcept |
Definition at line 119 of file PlatGTK.cxx.
|
delete |
|
delete |
|
virtual |
Definition at line 121 of file PlatGTK.cxx.
|
virtual |
Definition at line 123 of file PlatGTK.cxx.
References fid, and Release().
Referenced by Scintilla::CallTip::CallTipStart(), and Scintilla::FontRealised::Realise().
|
inlinenoexcept |
Definition at line 330 of file Platform.h.
References fid.
Referenced by Scintilla::SurfaceImpl::Ascent(), Scintilla::SurfaceImpl::Descent(), Scintilla::SurfaceImpl::MeasureWidths(), and Scintilla::SurfaceImpl::WidthText().
|
virtual |
Definition at line 128 of file PlatGTK.cxx.
References fid.
Referenced by Create(), and Scintilla::CallTip::~CallTip().
|
inlinenoexcept |
Definition at line 332 of file Platform.h.
References fid.
Referenced by Scintilla::FontAlias::ClearFont(), and Scintilla::FontAlias::~FontAlias().
|
friend |
Definition at line 333 of file Platform.h.
|
friend |
Definition at line 334 of file Platform.h.
|
protected |