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 <Style.h>
Public Member Functions | |
FontAlias () noexcept | |
FontAlias (const FontAlias &) noexcept | |
FontAlias (FontAlias &&)=delete | |
FontAlias & | operator= (const FontAlias &)=delete |
FontAlias & | operator= (FontAlias &&)=delete |
~FontAlias () override | |
void | MakeAlias (const Font &fontOrigin) noexcept |
void | ClearFont () noexcept |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
FontID | fid |
|
delete |
|
override |
Definition at line 26 of file Style.cxx.
References Scintilla::Font::SetID().
|
noexcept |
Definition at line 35 of file Style.cxx.
References Scintilla::Font::SetID().
|
noexcept |