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
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Scintilla::FontSpecification Struct Reference

#include <Style.h>

Inheritance diagram for Scintilla::FontSpecification:
[legend]

Public Member Functions

 FontSpecification () noexcept
 
bool operator== (const FontSpecification &other) const noexcept
 
bool operator< (const FontSpecification &other) const noexcept
 

Public Attributes

const char * fontName
 
int weight
 
bool italic
 
int size
 
int characterSet
 
int extraFontFlag
 

Detailed Description

Definition at line 13 of file Style.h.

Constructor & Destructor Documentation

◆ FontSpecification()

Scintilla::FontSpecification::FontSpecification ( )
inlinenoexcept

Definition at line 20 of file Style.h.

Member Function Documentation

◆ operator<()

bool FontSpecification::operator< ( const FontSpecification other) const
noexcept

Definition at line 48 of file Style.cxx.

◆ operator==()

bool FontSpecification::operator== ( const FontSpecification other) const
noexcept

Definition at line 39 of file Style.cxx.

Member Data Documentation

◆ characterSet

int Scintilla::FontSpecification::characterSet

Definition at line 18 of file Style.h.

Referenced by Scintilla::FontRealised::Realise().

◆ extraFontFlag

int Scintilla::FontSpecification::extraFontFlag

Definition at line 19 of file Style.h.

Referenced by Scintilla::FontRealised::Realise().

◆ fontName

◆ italic

bool Scintilla::FontSpecification::italic

◆ size

int Scintilla::FontSpecification::size

◆ weight

int Scintilla::FontSpecification::weight

The documentation for this struct was generated from the following files: