Graphviz 12.1.0~dev.20240716.0947
Loading...
Searching...
No Matches
GVTextLayout Class Reference

#include <GVTextLayout.h>

Inheritance diagram for GVTextLayout:
[legend]
Collaboration diagram for GVTextLayout:
[legend]

Instance Methods

(id- initWithFontName:fontSize:text:
 
(void) - sizeUpWidth:height:yoffset:
 
(void) - drawInContext:atPosition:
 
(void) - dealloc
 

Protected Attributes

UIFont * _font
 
NSString * _text
 

Detailed Description

Definition at line 13 of file GVTextLayout.h.

Method Documentation

◆ dealloc

- (void) dealloc

◆ drawInContext:atPosition:

- (void) drawInContext: (CGContextRef)  context
atPosition: (CGPoint)  position 

◆ initWithFontName:fontSize:text:

- (id) initWithFontName: (char *)  fontName
fontSize: (CGFloat)  fontSize
text: (char *)  text 

◆ sizeUpWidth:height:yoffset:

- (void) sizeUpWidth: (double *)  width
height: (double *)  height
yoffset: (double *)  yoffset 

Field Documentation

◆ _font

- (UIFont*) _font
protected

Definition at line 15 of file GVTextLayout.h.

◆ _text

- (NSString*) _text
protected

Definition at line 16 of file GVTextLayout.h.


The documentation for this class was generated from the following file: