Definition at line 37 of file QuartzText.h.
|
| TextLine (const char *textLine, CTFontRef font) |
|
| TextLine (const char *textLine, CTFontRef font, Color_t color) |
|
| TextLine (const char *textLine, CTFontRef font, const CGFloat *rgb) |
|
| TextLine (const std::vector< UniChar > &textLine, CTFontRef font) |
|
| TextLine (const std::vector< UniChar > &textLine, CTFontRef font, Color_t color) |
|
| ~TextLine () |
|
void | DrawLine (CGContextRef ctx) const |
|
void | DrawLine (CGContextRef ctx, Double_t x, Double_t y) const |
|
void | GetAscentDescent (Int_t &asc, Int_t &desc) const |
|
void | GetBounds (UInt_t &w, UInt_t &h) const |
|
#include <QuartzText.h>
◆ TextLine() [1/6]
ROOT::Quartz::TextLine::TextLine |
( |
const char * | textLine, |
|
|
CTFontRef | font ) |
◆ TextLine() [2/6]
ROOT::Quartz::TextLine::TextLine |
( |
const std::vector< UniChar > & | textLine, |
|
|
CTFontRef | font ) |
◆ TextLine() [3/6]
ROOT::Quartz::TextLine::TextLine |
( |
const char * | textLine, |
|
|
CTFontRef | font, |
|
|
Color_t | color ) |
◆ TextLine() [4/6]
ROOT::Quartz::TextLine::TextLine |
( |
const std::vector< UniChar > & | textLine, |
|
|
CTFontRef | font, |
|
|
Color_t | color ) |
◆ TextLine() [5/6]
ROOT::Quartz::TextLine::TextLine |
( |
const char * | textLine, |
|
|
CTFontRef | font, |
|
|
const CGFloat * | rgb ) |
◆ ~TextLine()
ROOT::Quartz::TextLine::~TextLine |
( |
| ) |
|
◆ TextLine() [6/6]
ROOT::Quartz::TextLine::TextLine |
( |
const TextLine & | rhs | ) |
|
|
private |
◆ DrawLine() [1/2]
void ROOT::Quartz::TextLine::DrawLine |
( |
CGContextRef | ctx | ) |
const |
◆ DrawLine() [2/2]
◆ GetAscentDescent()
void ROOT::Quartz::TextLine::GetAscentDescent |
( |
Int_t & | asc, |
|
|
Int_t & | desc ) const |
◆ GetBounds()
void ROOT::Quartz::TextLine::GetBounds |
( |
UInt_t & | w, |
|
|
UInt_t & | h ) const |
◆ Init() [1/2]
◆ Init() [2/2]
◆ operator=()
◆ fCTFont
CTFontRef ROOT::Quartz::TextLine::fCTFont |
|
private |
◆ fCTLine
CTLineRef ROOT::Quartz::TextLine::fCTLine |
|
private |
graf2d/quartz/inc/QuartzText.h
graf2d/quartz/src/QuartzText.mm