Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_text.h
| Context not available. | |||||
| #define __ED_TEXT_H__ | #define __ED_TEXT_H__ | ||||
| struct bContext; | struct bContext; | ||||
| struct SpaceText; | |||||
| struct ARegion; | |||||
| void ED_text_undo_step(struct bContext *C, int step); | void ED_text_undo_step(struct bContext *C, int step); | ||||
| bool ED_text_line_char_to_pixel_space(struct SpaceText *st, struct ARegion *ar, const int line_char[2], int screen_pos[2]); | |||||
| #endif /* __ED_TEXT_H__ */ | #endif /* __ED_TEXT_H__ */ | ||||
| Context not available. | |||||